Sets the value of a variable.
Syntax: |
---|
FWiz.SetVar(name, value) |
Parameters
Parameter | Description |
---|---|
name | Variable name. |
value | Variable value. Specify a value belonging to one of the following types: Boolean, Number, String, Point, Array of Point, Segment, Rect. |
Return Value
If the operation ends correctly it returns true otherwise it returns false.
Example
Copy code | |
---|---|
|