Framework:SetVariable: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


SetVariable(<Expression>,<Value>);
<span {{CoPFormel}}>SetVariable(<Expression>,<Value>);</span>




Line 20: Line 20:


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





Revision as of 16:08, 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);