Framework:SetVariable: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
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]]

Revision as of 15:41, 23 May 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);