
 |
FILLARRAY 8 to
Retrieve Available Printers
There is now a method of retrieving the available printers
plus if desired the associated ports and drivers. The syntax
diagram is:
FILLARRAY p$,8[,p1$[,p2$]]
where p$ is the array where the printer names will be returned,
p1$ is the array where the port names will be returned, and
p2$ is the array where the driver names will be returned.
Each of the array elements for any given index value will
be for the same printer. The arrays should be dimensioned
sufficiently largely to accomodate the likely result sets.
|