Framework:SetVariable: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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==
Line 26: Line 26:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|SetVariable]]
[[Category:Functions - client-side|SetVariable]]
[[Category:Functions - client-side|SetVariable]]
[[de:Framework:SetVariable]]
[[de:Framework:SetVariable]]

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