Posted by Grant E Foraker on December 14, 2020 at 05:16:35:
In Reply to: windows printing posted by JEFFREY HARDING on December 13, 2020 at 19:08:53:
A MASK command would be great. My work-a-round is to PRINT to the # buffer and INPUT back a field.
1000 format maskamt,'-###,###,##.00'
1010 Format maskamt$
let maskamt = amount1
print (#,1000)
input (#,1010)
LET DATA$ = MASKAMT$+NullByte$
Print (PRINTER.LUN) (TR);(TextOut = L, Y1);Data$;NullByte$
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.