Thursday, October 11, 2007
color_crt_out_text_rewrite
back to index
Procedure Color_crt_out_text_rewrite(x,y : integer; textcolor :LongWord;textstring :shortstring);
//This is the same as crt_out_text_rewrite only you choose a color for the text
this overwrites the background it just prints black over the old letter...
If you want to get fancy you would save the background and then write it back.. would be a little slower though
Procedure Color_crt_out_text_rewrite(x,y : integer; textcolor :LongWord;textstring :shortstring);
//This is the same as crt_out_text_rewrite only you choose a color for the text
this overwrites the background it just prints black over the old letter...
If you want to get fancy you would save the background and then write it back.. would be a little slower though