Thursday, October 11, 2007
color_crt_out_text
return to index
Procedure color_crt_out_text(x,y :integer;textcolor :LongWord; textstring :shortstring);
same as crt_out_text only with a color some extra instructs so a little slower
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..
Procedure color_crt_out_text(x,y :integer;textcolor :LongWord; textstring :shortstring);
same as crt_out_text only with a color some extra instructs so a little slower
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..