Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels