[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Get:VarPut()      Get Class, missing manual documentation.

  Clipper Version  1.03 dtd 09/15/90.

  Problem Statement

  The definition of VarPut() is missing from the manual, but included
  in the Norton(r) Guide.

  Cause

  Ommission.

  Work Around(s)

  Annotate your manual to include VarPut() as follows:

  varPut()        Sets the Get variable to the passed value                   .

  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