VarSet
|
Miscellaneous functions |
SYNTAX | VarSet( ''varname'', value ) |
RETURNS | NUMBER |
FUNCTION | Sets the value of dynamic variable. Returns 1 on success, 0 on failure.
Dynamic variables are variables that are named dynamically, typically by creating a variable name from a static part and a variable part. The following example dynamically constructs the variable name from a variable prefix and a static suffix. Dynamic variables are always global. Starting from version 6.10 the function accept matrix variables in addition to numbers and arrays. |
EXAMPLE | for( i = 1; i < 10; i++ )
|
SEE ALSO | VarGet() function , VarGetText() function , VarSetText() function |
The VarSet function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.