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.

BulkSms getBulkSmsByResourceId: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Email_and_SMS_Functions]]
[[Category:Email_and_SMS_Functions]]

{{HelpFiles}}


====BulkSms_getBulkSmsByResourceId====
====BulkSms_getBulkSmsByResourceId====
Line 22: Line 22:
number bulkSMSResourceId = 9399214;
number bulkSMSResourceId = 9399214;


array bm = BulkSms_getBulkMailByResourceId(bulkSmsResourceId);
array bsms = BulkSms_getBulkSmsByResourceId(bulkSmsResourceId);
 
print (bsms); //{35,9399214,6,34860047,37294421,Cape Abilities,{34860047},{},{},1,1}
 


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

Latest revision as of 08:25, 20 December 2011



BulkSms_getBulkSmsByResourceId

Get a bulk SMS object by bulk SMS's resource id

Syntax

BulkSms_getBulkSmsByResourceId(bulkSmsResourceId)

Arguments

bulkSmsResourceId: Is a numeric (non-decimal) expression. It is the bulk SMS's resource Id.

Return type

array which is bulk SMS object

Example

number bulkSMSResourceId = 9399214;

array bsms = BulkSms_getBulkSmsByResourceId(bulkSmsResourceId);

print (bsms); //{35,9399214,6,34860047,37294421,Cape Abilities,{34860047},{},{},1,1}


Availability

Version 5.8.1