!GETPU() |
![]() ![]() ![]() |
The !GETPU() subroutine gets the characteristics of a print unit.
Format
CALL !GETPU(key, unit, value, status)
where
The !GETPU() subroutine retrieves the print unit characteristic specified by key, storing it in value. It is closely related to the GETPU()function.
Example
CALL !GETPU(PU$MODE, 3, MODE, STATUS)
The above statement gets the mode of print unit 3, storing it in MODE. |