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>dfsplget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfSplGet()
Reads a file from the SPOOLER
------------------------------------------------------------------------------
Syntax:

     dfSplGet( <nFile> ) --> cFile

Parameters:

     <nFile>    File position in the printer SPOOLER

Returns:

     <cFile> File name

Description:

     Returns the file name at the specified position in the SPOOLER

Example:

     LOCAL nPos:=0
     IF dfIsSpl()
        dfSplClear()   // Clear the SPOOLER
        ? dfSplNum()   // 0, number of files in the SPOOLER
        dfSplFile( "\config.sys" )  // Put in the SPOOLER
        WHILE ++nPos<=dfSplNum() // Prints the list of the
           ? dfSplGet( nPos )    // files in the SPOOLER
        END
     ENDIF

See also:

     dfIsSpl(), dfSplFile(), dfSplGo()

See Also: dfIsSpl() dfSplFile() dfSplGo()

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