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
 
(3 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%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|-{{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Expression
|Expression
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);