C5_CLEAR GETS

 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
     have not 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

 

3 responses to “C5_CLEAR GETS

  1. Pingback: C5 UI – GET System | Viva Clipper !

  2. Pingback: C5 User Interface | Viva Clipper !

  3. Pingback: C5 Commands | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.