it works in amstrad locomotive basic as follows
move x;y:print points (8); a;b
example http://bilder-hochladen.to/hosted/2c1c5 ... 9ecb54.jpg
how is it done in bbc basic?
"print" using screen coordinates
Re: "print" using screen coordinates
If you issue
VDU 5
then print will be at the graphics cursor. Note that it will also have a transparent background!
YOu can return to normal with
VDU 4
Best wishes,
D
VDU 5
then print will be at the graphics cursor. Note that it will also have a transparent background!
YOu can return to normal with
VDU 4
Best wishes,
D