Framework:SetVariable: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<span {{CoPFormel}}>SetVariable(<Expression>,<Value>);</span> | <span {{CoPFormel}}>SetVariable(<Expression>,<Value>);</span> | ||
{| class="wikitable" width="80%" | {| class="wikitable" width="80%" | ||
| Line 15: | Line 14: | ||
|Value of the variable (reset index) | |Value of the variable (reset index) | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
==Result== | ==Result== | ||
Latest revision as of 08:53, 24 May 2012
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);