[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
varPut() --> Value
Sets the Get variable to the passed value. For simple Get variables
this is equivalent to executing Get:block with an argument:
aGet:varPut(aValue) == EVAL(aGet:block, aValue)
However, if the Get variable is an array element, EVAL(aGet:block,
aValue) will not set the value of the Get variable; in this case use
of varPut() is required.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson