Framework:SetVariable
From CoPlanner 11
Jump to navigationJump to search
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);