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.

DCS addDataFilter: Difference between revisions

From Catglobe Wiki
Hovietluu (talk | contribs)
Created page with "Category:Data_Cache_Functions ==== BulkSms_getHistory ==== Get history of bulk sms sent '''Syntax''' DCS_addDataFilter(string labelquestion, string filterValue); '''..."
 
Hovietluu (talk | contribs)
Line 10: Line 10:
'''Arguments'''
'''Arguments'''


''labelquestion'' Is a string. It is the filter Question label.
''labelquestion'' Is a string. It is the filter Question label.<br/>
''filterValue'' Is a string. It is filter value
''filterValue'' Is a string. It is filter value



Revision as of 04:11, 30 May 2017

BulkSms_getHistory

Get history of bulk sms sent

Syntax

DCS_addDataFilter(string labelquestion, string filterValue);

Arguments

labelquestion Is a string. It is the filter Question label.
filterValue Is a string. It is filter value


Return type

empty

Example

DCS_addDataFilter("D_Age", "1");

Availability

Version 6.0.