XIH.SetParam
Sets the value object of a TIS TIS Parameters with the specified name.
Syntax
XIH.SetParam("paramName","newParamValue")
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
paramName | string | String specifies the name of the TIS Parameter. | "par1" |
newParamValue | string | String specifies the new value of the TIS Parameter. | "value" |
Remarks
The value of newParamValue has to be convertible in the datatype of the TIS parameter.
Returns a boolean.
Examples
XIH.SetParam(
"myint"
,
"4"
)
Related
- TIS Parameters
- XIH Functions