Hi all
I am trying to use ? and ?? to output some stuff to the printer but the results I am getting are also obtained when outputting to the console/screen
The following code:
CLEAR FOR N = 1 TO 4 ? CHR(0x6F) FONT "Wingdings" ?? CHR(9)+'test' FONT "Ariel" ENDFOR
Outputs 4 lines with the correct stuff on each line but with blank lines between. This happens whenever either or both FONT clauses are used. If the font clauses are omitted entirely I get the 4 output lines as expected without the blank lines in between.
Help !
©2006 Paul Newton |