Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
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
Nguyentanphong (talk | contribs)
No edit summary
Tungocman (talk | contribs)
No edit summary
Β 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
ο»Ώ{{HelpFiles}} Β 
<p>ο»Ώ<span class="fck_mw_template">{{HelpFiles}}</span>
</p>
<h4> setPhoneNumber </h4>
<p>Sets the phone number of the current questionnaire answer sheet’s user
</p><p><b>Syntax</b>
</p><p>setPhoneNumber(<i>phone_number_type, new_phone_number, country_code</i>)
</p><p><b>Arguments</b>
</p><p><i>phone_number_type</i>. Is a numeric (non-decimal) expression. It must be one of the built-in constants:
</p><p>PhoneNumber_Type_NotIdentified,
</p><p>PhoneNumber_Type_Home1,
</p><p>PhoneNumber_Type_Home2,
</p><p>PhoneNumber_Type_Mobile1,
</p><p>PhoneNumber_Type_Mobile2,
</p><p>PhoneNumber_Type_Business1,
</p><p>PhoneNumber_Type_Business2,
</p><p>PhoneNumber_Type_HomeFax,
</p><p>PhoneNumber_Type_BusinessFax
</p><p><i>new_phone_number</i>: Is a string expression
</p><p><i>country_code</i>: Is a numeric (non-decimal) expression.
</p><p><b>Return type</b>
</p><p>empty
</p><p><b>Examples</b>
</p><p>setPhoneNumber(PhoneNumber_Type_Home1, "212277", 358);
</p><p><b>Availability</b>
</p><p>Version 4.8 </p>


==== setPhoneNumber ====
[[Category:General_Functions]]
Β 
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
Β 
'''Reference:'''
Β 
http://help4.catglobe.com/4436.htm __NOTOC__ <!-- imported from file: 739.htm-->
Β 
[[Category:User_Functions]]

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