GetCity: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import Β |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | ο»Ώ[[Category:User functions]] | ||
Β | |||
== getCity == | |||
Retrieves the city from the address of the current questionnaire answer sheetβs user | |||
'''Syntax''' | |||
getCity() | |||
'''Arguments''' | |||
none | |||
'''Return type''' | |||
string | |||
'''Examples''' | |||
string city = getCity(); | |||
//"Frederiksberg C" | |||
'''Availability''' | |||
Version 4.8 __NOTOC__ <!-- imported from file: 706.htm--> | |||
[[Category:HelpBooks]] | |||
Revision as of 07:01, 17 February 2012
ο»Ώ
getCity
Retrieves the city from the address of the current questionnaire answer sheetβs user
Syntax
getCity()
Arguments
none
Return type
string
Examples
string city = getCity();
//"Frederiksberg C"
Availability
Version 4.8