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>dftview()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfTView()
Text file viewer
------------------------------------------------------------------------------
Syntax:

     dfTView( <nTop>, <nLeft>, <nBottom>, <nRight>,;
              <cFile>, [<cTitle>],;
              [<cLabCol>], [<cAct>] ) --> nErr

Parameters:

     <nTop>, <nLeft>, <nBottom>, <nRight> Screen coordinates.
     <cFile>    Text file name.
     <cTitle>   Viewer title. The default is "".
     <cLabCol>  Color label. The label is searched in the INI file. The
     default value is "DefaultView".
     <cAct>     Quitting actions. The default is "esc".

Returns:

     <nErr> Is -1 if the file opening has failed.

Description:

     A View on the specified text file is opened. It is possible to see the
     file in all its lenght and width.

Example:

     dfTView( 0,0, MaxRow()-1, MaxCol()-2,;
              "C:\AUTOEXEC.BAT", "AUTOEXEC.BAT" )

See also:

     ddWin()

See Also: ddWin()

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