Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
 function SetParam(param : String, value : String)

Method arguments:

  1. 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.
  2. 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.

...