'From: midiprog2000 Sat Feb 8, 2003 2:16 am
'--------------start code------------------
CREATE font1 ASQFONT
size = 30
ENDCREATEWITH printer
.begindoc
.font = font1
.textout (100, 100, "This is a print test", &h00ff00, -1)
' &h00ff00 defines the text colour, value is hex,
' and the rang order is BGR (Blue, Green, Red)
.enddoc
ENDWITHEND'--------------end code---------------------