Tricky Question using Print
Hi...
I'm currently using the method
open "lpq1:" for output as #1
print #1, "hello"
close #1
instead of using the printer.print "hello" method. The reason for this is that the above method does not perform a page feed at all. Need it to be like this because i have a receipt printer and would therfore keep line feeding which is not what i want. Is there a way to print Pictures using the open "lpq1:" method instead of using the printer.paintPicture loadpicture("logo.jpg") method? Or is there a way to use the printer.print method without it doing a page feed? Please let me know...