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:
Usage examples
See the example for the GetParam method.