Previous - sysCmdArgs Section Home - System Miscellaneous Next - sysExecute


sysPrinters ( )

Obtains a list of printers installed with the operating system

Usage:

sysPrinters (object me)

Parameters:

None

Returns:

(list of string) - a list containing the printer name

Example:

xtRose = xtra("Rosetta").new( )
strlstPrinters = xtRose.sysPrinters( )

Notes:


Previous - sysCmdArgs Section Home - System Miscellaneous Next - sysExecute