Framework:SetVariable

From CoPlanner 10
Revision as of 16:49, 18 November 2010 by Admin (talk | contribs) (Created page with "==Function== SetVariable(<Expression>,<Value>); {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f...")

(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)

Result

Sets a variable to a value.

Example

SetVariable(iX,0);