SET PRINTER TO LPT1 && local printer
SET PRINT ON
??? CHR(27)+"E" && Reset printer
??? CHR(27)+"(s1P" && Proportional spacing
??? "This is proportional text. How do I look?"
??? CHR(13)
??? CHR(27)+"(s0P" && Fixed spacing
??? SPACE(40)+"$123,456.78"
?
??? CHR(27)+"(s1P" && Proportional spacing
??? "What is my net worth?"
??? CHR(13)
??? CHR(27)+"(s0P" && Fixed spacing
??? SPACE(40)+"$ 1.23"
?
??? CHR(27)+"(s1P" && Proportional spacing
??? "How much will my new computer cost?"
??? CHR(13)
??? CHR(27)+"(s0P" && Fixed spacing
??? SPACE(40)+"$ 1,234.56"
??? CHR(27)+"E" && Reset printer
SET PRINT OFF
SET PRINTER TO
RETURN