In QDOS/SMSQ/E the 'AT' keyword allows the print statement an imaginary y/x 
character cursor location to be used. Is there away of knowing where this is as 
a function? 

for example:

10 AT 10,20 PRINT "FRED";
20 PRINT LOCX : remark this would return 24
30 PRINT LOCY: remark this would return 20


10 AT 10,20 PRINT "FRED"
20 PRINT LOCX : remark this would return 1 (or 0)
30 PRINT LOCY: remark this would return 11

Thanks

Lee Privett
 
-------------------------------------------------------------
Sent from my Laptop running XP
but emulating the QL using QPC2
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to