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>dfprnout()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfPrnOut()
Passes the file for printing at the selected output
------------------------------------------------------------------------------
Syntax:

     dfPrnout(<aBuf>) --> NIL

Parameters:

     <aBuf>     Buffer for printing
     with the internal values of the variable used in printing

Returns:

     NIL

Description:

     This function is used only in the case of printing manuals from the
     program and serves to transfer the file processed from the printing
     aBuf REP_FNAME on the select device

Example:

     LOCAL aBuf:= dfPrnCfg()
     
     dfPrnMenu(aBuf)  // Menu for printing
     
     //
     // Function of printing
     //
     
     dfPrnOut(aBuf)  // Printing of the file

See also:

     dfPrnArr(), dfPrnEnd(), dfPrnFltExp(), dfPrnHEADER(), dfPrnIni()

See Also: dfPrnArr() dfPrnEnd() dfPrnFltExp() dfPrnHEADER() dfPrnIni()

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