Difference between revisions of "BulkSms getBulkSmsByResourceId"

From Catglobe Wiki
Jump to: navigation, search
 
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 10: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