Difference between revisions of "GetLastName"

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}}
  
 
====getLastName====
 
====getLastName====
Line 21: Line 21:
  
 
string lName = getLastName();
 
string lName = getLastName();
 +
 +
''//"Henry"''
  
 
'''Availability'''
 
'''Availability'''

Latest revision as of 12:09, 21 December 2011



getLastName

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

Syntax

getLastName()

Arguments

none

Return type

string

Examples

string lName = getLastName();

//"Henry"

Availability

Version 4.8