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]

 twWSaveAsc()
 ----------------------------------------------------------------------------
     Save the current window to an ASCII file. The names of the files
     will be 'WNDWxxx.TXT' where xxx is a number incremented as windows
     are saved DURING THE CURRENT SESSION. There is not, at present,
     the option to define the filename to which the windows are to be
     saved.

     It is suggested that this function is useful in developing
     illustrations for written manuals. The function can be defined
     with a SET KEY, called when needed and commented out when it is
     time to deliver the application. twWsaveAsc() is valuable because
     it saves only partial screen information rendering it more useful
     to incorporating into printed materials than twSsaveAsc().

       Arguments:

     None.

       Return:

     Current window handle.

       Example:

     SET KEY 287 TO twWsaveAsc

     Sets the ALT-S key to save windows to ASCII files.

See Also: twSSaveAsc()

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