Command Reference 5-87
Example
This example calls the macro PTRIDLE that checks for the printer status. The
WHILE loops executes until the printer is ready to accept more data.
MOVE #0, tPrinterOK
WHILE tPrinterOK == #0
PTRIDLE tPrinterOK
ENDWHILE
See Also IF
SWITCH