475 ! & ! MAPPRT - Printer Variables & ! & ! & ! PRT.QUEABLE% flag to indicate if device is queable & ! PRT.FILE$ name of the device (or file) & ! PRT.QUE.STRING$ string to pass to the SYS call to que a file & ! PRT.DEVICE.ANS$ Output device specified by user & ! PRT.DEV$ 2-character device code & ! + 00 if generic (eg, LP:) & ! + devnum + -1 if device number spec. & ! & ! & ! & !-------------------------------------------------------------------- 675 & MAP (MAPPRT) & & PRT.QUEABLE% & ,PRT.FILE$ = 30% & ,PRT.QUE.STRING$ = 30% & ,PRT.DEVICE.ANS$ = 3% & ,PRT.DEV$ = 4% & ,FILL$ = 1% & & \ MAP (MAPPRT) & & PRT.ALL$ = 70% &