Difference between revisions of "GetCity"

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

 
  
====getCity====
+
== getCity ==
  
Retrieves the city from the address of the current questionnaire answer sheet’s user
+
Retrieves the city from the address of the current questionnaire answer sheet’s user  
  
'''Syntax'''
+
'''Syntax'''  
  
getCity()
+
getCity()  
  
'''Arguments'''
+
'''Arguments'''  
  
none
+
none  
  
'''Return type'''
+
'''Return type'''  
  
string
+
string  
  
'''Examples'''
+
'''Examples'''  
  
string city = getCity();
+
string city = getCity();  
  
//"Frederiksberg C"
+
//"Frederiksberg C"  
  
'''Availability'''
+
'''Availability'''  
  
Version 4.8
+
Version 4.8 __NOTOC__ <!-- imported from file: 706.htm-->
__NOTOC__
 
<!-- imported from file: 706.htm-->
 

Latest revision as of 09:06, 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