|
UserName()
Returns the name of the user currently logged
into CAPITAL.
Syntax
UserName() -->
cName
Arguments
None.
Returns
The user name of the person logged into CAPITAL.
With Visual Builder it returns the name of the current user or last
user who printed a form.
Example
Echo("How are you " +
UserName()+ "?")
____________________________
Related Topics
Business
Function List
UserNumber()
|