Framework:SetVariable

From CoPlanner 10
Revision as of 08:53, 24 May 2012 by Admin (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
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);