More actions
No edit summary |
Cg huyphong (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:User_Functions]] | [[Category:User_Functions]] | ||
| {{HelpFiles}} | ||
====getCurrentUserFirstName==== | ====getCurrentUserFirstName==== | ||
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