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.2 . The Guide To CA-Clippe - 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