| Home | All functions | Categories |
vuPrinterCount(), Long
Returns the number of printers installed on the PC.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters. |
A LONG value containing the number of printers defined on the system.
MESSAGE('This PC has ' & vuPrinterCount() & ' printers defined')
| Home | All functions | Categories |