[<<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