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.

GetPhoneNumber: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Tungocman (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
''phoneNumber_type'': Is a numeric (non-decimal) expression. It must be one of the built-in constants:
''phoneNumber_type'': Is a numeric (non-decimal) expression. It must be one of the built-in constants:


PhoneNumber_Type_NotIdentified, PhoneNumber_Type_Home1, PhoneNumber_Type_Home2, PhoneNumber_Type_Mobile1, PhoneNumber_Type_Mobile2, PhoneNumber_Type_Business1, PhoneNumber_Type_Business2, PhoneNumber_Type_HomeFax,     PhoneNumber_Type_BusinessFax, PhoneNumber_Type_Main1, PhoneNumber_Type_Main2, PhoneNumber_Type_Fax1, PhoneNumber_Type_Fax2
**PhoneNumber_Type_NotIdentified
**PhoneNumber_Type_Home1
**PhoneNumber_Type_Home2
**PhoneNumber_Type_Mobile1
**PhoneNumber_Type_Mobile2
**PhoneNumber_Type_Business1
**PhoneNumber_Type_Business2
**PhoneNumber_Type_HomeFax
**PhoneNumber_Type_BusinessFax
**PhoneNumber_Type_Main1
**PhoneNumber_Type_Main2
**PhoneNumber_Type_Fax1
**PhoneNumber_Type_Fax2


'''Return type'''
'''Return type'''
Line 24: Line 36:
string phone = getPhoneNumber(PhoneNumber_Type_Home1);
string phone = getPhoneNumber(PhoneNumber_Type_Home1);


//"358-8212277
''//"358-8212277"''


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

Latest revision as of 09:04, 29 May 2012



getPhoneNumber

Gets the phone number of the current questionnaire answer sheet’s user

Syntax

getPhoneNumber(phoneNumber_type)

Arguments

phoneNumber_type: Is a numeric (non-decimal) expression. It must be one of the built-in constants:

    • PhoneNumber_Type_NotIdentified
    • PhoneNumber_Type_Home1
    • PhoneNumber_Type_Home2
    • PhoneNumber_Type_Mobile1
    • PhoneNumber_Type_Mobile2
    • PhoneNumber_Type_Business1
    • PhoneNumber_Type_Business2
    • PhoneNumber_Type_HomeFax
    • PhoneNumber_Type_BusinessFax
    • PhoneNumber_Type_Main1
    • PhoneNumber_Type_Main2
    • PhoneNumber_Type_Fax1
    • PhoneNumber_Type_Fax2

Return type

string

Examples

string phone = getPhoneNumber(PhoneNumber_Type_Home1);

//"358-8212277"

Availability

Version 4.8