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.

SetPhoneNumber: Difference between revisions

From Catglobe Wiki
Cg pham (talk | contribs)
No edit summary
Tungocman (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
</p><p>setPhoneNumber(PhoneNumber_Type_Home1, "212277", 358);  
</p><p>setPhoneNumber(PhoneNumber_Type_Home1, "212277", 358);  
</p><p><b>Availability</b>  
</p><p><b>Availability</b>  
</p><p>Version 4.8  
</p><p>Version 4.8 </p>
</p><p><b>Reference:</b>
 
</p><p><a href="http://help4.catglobe.com/4436.htm">http://help4.catglobe.com/4436.htm</a> <span class="fck_mw_magic" _fck_mw_customtag="true" _fck_mw_tagname="NOTOC" _fck_mw_tagtype="c">_</span> <!-- imported from file: 739.htm-->
[[Category:General_Functions]]
</p>

Latest revision as of 08:06, 5 June 2017



setPhoneNumber

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

Syntax

setPhoneNumber(phone_number_type, new_phone_number, country_code)

Arguments

phone_number_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

new_phone_number: Is a string expression

country_code: Is a numeric (non-decimal) expression.

Return type

empty

Examples

setPhoneNumber(PhoneNumber_Type_Home1, "212277", 358);

Availability

Version 4.8