Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfscr2fle()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfScr2Fle()
Saves on a file a screen section
------------------------------------------------------------------------------
Syntax:

     dfScr2Fle( <cFile>, [<nTop>], [<nLeft>],;
                  [<nBottom>], [<nRight>] ) --> lSuccess

Parameters:

     <cFile>    File name N.B. The existence of the file will NOT be
     verified.
     <nTop>, <nLeft>, <nBottom>, <nRight> Coordinates of the screen
     section. The default is the entire screen.

Returns:

     <lSuccess> Is .T. if the operation was performed with success

Description:

     Saves a screen section on a file, without the color attributes

Example:

     dfScr2Fle( "Prova1.txt" ) // Save the entire screen
     dfScr2Fle( "Prova2.txt", 0, 0, 10, 79 )
              // Save the first 10 lines

See also:

     dbScrSav()

See Also: dbScrSav()

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