Framework:SetVariable

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Function

SetVariable(<Expression>,<Value>);

Parameter Description
Expression Name of the variable
Value Value of the variable (reset index)

This function belongs to client-side functions.

Result

Sets a variable to a value.

Example

SetVariable(iX,0);