Difference between revisions of "GETPRINTER()"

From Lianjapedia
Jump to: navigation, search
(Created page with '==Purpose== Function to display the Printer dialog box and return the name of the selected printer ==Syntax== GETPRINTER() ==See Also== APRINTERS(), PRINT, [[SET CONSOL…')
 
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[APRINTERS()]], [[PRINT]], [[SET CONSOLE]], [[SET PRINT]], [[SET PRINTER]], [[SETPRC()]]
+
[[APRINTERS()]]
  
 
==Description==
 
==Description==
Line 19: Line 19:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:UI_Functions]]

Latest revision as of 13:07, 4 January 2013

Purpose

Function to display the Printer dialog box and return the name of the selected printer

Syntax

GETPRINTER()

See Also

APRINTERS()

Description

The GETPRINTER() function displays the Printer dialog box and return the name of the selected printer.

Example

m_dest = getprinter()