Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetFirstName: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
Line 21: Line 21:


string fname = getFirstName();
string fname = getFirstName();
''//"John"''


'''Availability'''
'''Availability'''

Latest revision as of 10:07, 21 December 2011



getFirstName

Returns the first name of the current questionnaire answer sheet’s user.

Syntax

getFirstName()

Arguments

none

Return type

string

Examples

string fname = getFirstName();

//"John"

Availability

Version 4.8