|
|
|
|
|
iListPrinter (Function) In french: iListeImprimante Returns the list of printers installed on the current computer. sPrinterList is string sPrinterList = iListPrinter() Syntax
<Result> = iListPrinter()
<Result>: Character string List of printers in the following format:
<Printer 1> + CR + ... + <Printer N> Where <Printer 1> ... <Printer N> correspond to the name of the printers. Remarks To display the list of printers in a List Box or Combo Box control, use the following syntax: ListAdd(<Name of List Box or Combo Box control>, <Result>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|