Difference between revisions of "GetFirstName"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:User_Functions]]

+
{{HelpFiles}}
  
 
====getFirstName====
 
====getFirstName====
Line 21: Line 21:
  
 
string fname = getFirstName();
 
string fname = getFirstName();
 +
 +
''//"John"''
  
 
'''Availability'''
 
'''Availability'''

Latest revision as of 11: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