Framework:SetVariable: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== SetVariable(<Expression>,<Value>); {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f..." |
No edit summary |
||
| Line 4: | Line 4: | ||
{| | {| class="wikitable" width="80%" | ||
|- | |-{{Tabellentitel}} | ||
| | | Parameter | ||
| | | Description | ||
|- | |- | ||
|Expression | |Expression | ||
Revision as of 10:04, 6 March 2012
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);