simGetLoginName
simGetLoginName(
)
=> t_string
Description
Returns the string-valued login name of the current user.
The function is defined in /bin/si. You cannot modify this function.
Arguments
Value Returned
Examples
simGetLoginName()
= > "user1"
Related Topics
Return to top