More actions
No edit summary |
Cg huyphong (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
string fName = getCurrentUserFirstName(); | string fName = getCurrentUserFirstName(); | ||
print(fName); | |||
//"John" | //"John" |
Latest revision as of 09:25, 21 December 2011
getCurrentUserFirstName
Returns the first name of the current thread’s user.
Syntax
getCurrentUserFirstName()
Arguments
none
Return type
string
Examples
string fName = getCurrentUserFirstName();
print(fName);
//"John"
Availability
Version 4.8