You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
The SetParam method assigns a value to the specified parameter of the MsgObject or Event object. It changes only the specified parameters, leaving other parameters intact.
Method call syntax
function SetParam(param : String, value : String)
Method arguments:
- param - Required argument. The name of the parameter of the object created using MsgObject (or of the Event object). It takes the following values: Type – String, range – available parameters for the objects of the specified type.
- value - Required argument. The value to be assigned to the parameter specified in the param argument. It takes the following values: Type – String, range – depends on the parameter.
Usage examples
See the example for the GetParam method.