Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twSaveAreas( aAreas )
 ----------------------------------------------------------------------------
     Save an array of work area information to an internal TSDWIN
     stack. twSaveAreas() saves the same information as that specified
     in twFileStack(). The function may be used as a simple method of
     ensuring that work area information is always restored as you left
     it. After the call, you are returned to the currently selected
     area.

       Arguments:

     aAreas - 'A' Array of work area numbers to be saved. If this is
                  not passed, the work areas from 1 to 15 are saved.
                  Even though Clipper supports 250 work areas, we have
                  decided to limit this function to 15 areas for speed.

       Return:

     Handle for calls to twPopAreas().

       Example:

     nAHandle := twSaveAreas()

See Also: twFileStack() twFilePop() twPopAreas()

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