|
|
|
|
|
iListPrinter (Function) In french: iListeImprimante Returns the list of printers installed on the current computer. sListeImprimante is string
sListeImprimante = iListPrinter()
Syntax
<Result> = iListPrinter()
<Result>: Character string List of printers in the following format:
<Imprimante 1> + RC + ... + <Imprimante 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: ListeAjoute(<Nom Champ Liste ou Combo>, <Résultat>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|