Moo_PrinterList ( sSeparator );
This functions lists the installed Printers.Parameters
Name | Type | Required | Default | Description |
sSeparator | String | No | | | How to separate the printers. |
Return Value
Returns either a list of the installed printers, or an error code.
Notes
Added in MooPlug Version 0.4.6.
Errors
Error Code | Description |
Moo_PrinterList|Err_1 | Invalid number of arguments. |
Moo_PrinterList|Err_2 | Error retrieving list of printers. |
Moo_PrinterList|Err_3 | No printers installed. |
Related Functions