[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GDEFLPT()
 Gets Default Local Printer
------------------------------------------------------------------------------
 Syntax
 
      nLocalLPT := fn_gDefLPT()
 
 Arguments

     None.

 Returns

           <nLocalLPT> is the default local printer.

 Description

  This function returns number of the default local LPT.

 Examples

  function main()

     local   nResult:=0
     aResult := fn_gDefLPT(0)
          QOut("Default Local Printer Is " + ALLTRIM(STR(nResult)) + ".")
     return NIL


 Source: N:\SRC\PRINT\DEFLPT.PRG

 Author: Christopher Shortt

See Also: fn_sDefLPT()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson