getUserName()

ICE Data Services -

getUserName()

 

getUserName()

 

This function returns the eSignal username of the user running the script.

 

Example:

 

sTheName = getUserName();
debugPrint("Hello " + sTheName + "!!!\n");