Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Guide To CA-Clipper - Norton Guide http://www.X-Hacker.org [<<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.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson