Xbasic
UI_PRINTERS_GET Function
Syntax
List as C = UI_PRINTERS_GET()
Description
UI_PRINTERS_GET() returns a list of printers installed on the current machine.
Example
Get list of installed printers.
? UI_PRINTERS_GET() -> Text Driver on RTF: RTF Driver on RTF: PDF Driver on PDF: HTML Driver on HTM: HP LaserJet 6L on LPT1: Generic PostScript Printer on LPT1: Acrobat PDFWriter on LPT1: Acrobat Distiller on Ne00: Dynamic HTML Printer Driver on HTM:
Limitations
Desktop applications only.
See Also