Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.

Previous page Next page


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:

  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.

Usage examples

See the example for the GetParam method.