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 - <b>clear gets</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CLEAR GETS
 Release Get objects from the current GetList array
------------------------------------------------------------------------------
 Syntax

     CLEAR GETS

 Description

     CLEAR GETS explicitly releases all Get objects in the current and
     visible GetList array, and terminates the calling READ, releasing any
     remaining objects in the calling READ, if executed within a SET KEY
     procedure or a user-defined function invoked by a VALID clause.  CLEAR
     GETS releases Get objects by assigning an empty array to the variable
     GetList.  GetList is the name of the variable used to hold an array of
     Get objects for subsequent READ commands.  There are two other
     mechanisms that automatically release Get objects: CLEAR specified
     without the SCREEN clause, and READ specified without the SAVE clause.

     CLEAR GETS has two basic uses.  First, it can be used to terminate a
     READ from a SET KEY procedure or VALID user-defined function.  Second,
     it can be used to delete Get objects from the GetList array when you
     haven't executed a READ or you have saved the Get objects by using READ
     SAVE.

 Files:  Library is CLIPPER.LIB.

See Also: @...CLEAR @...GET CLOSE READ RELEASE SET TYPEAHEAD

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