Framework:SetVariable: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


SetVariable(<Expression>,<Value>);
<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 20: Line 20:


==Example==
==Example==
SetVariable(iX,0);
<span {{CoPFormel}}>SetVariable(iX,0);</span>




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