Thursday, October 11, 2007
crt_out_text
back to main page
Procedure crt_out_text(x,y :integer; textstring :shortstring);
THis is an attempt to imitate the behavior of the crt unit
x,y is the position in letters not pixels
this is only good the first time because it does not overwrite the charecter
Procedure crt_out_text(x,y :integer; textstring :shortstring);
THis is an attempt to imitate the behavior of the crt unit
x,y is the position in letters not pixels
this is only good the first time because it does not overwrite the charecter