DefineVariable
Defines a floating point variable that can be used in expressions.
Properties
Name
The name of the variable.
Value
The value of the variable. This value is not saved, and is zero by default. A variable can be assigned from an expression in the following syntax: "MyVar.Value=42;" or "MyVar=3.5;".