ummm i dont see how tintins idea is related to this at all

at the moment im using something like this:
+ Code Snippetcreate bitmap 2,text width("text"),text height("text")
get image 666,0,0,bitmap width(2),bitmap height(2),1
delete bitmap
paste image 666,x,y
or something along those lines... I COULD preload it all except im using a stats type of thing so the data will be changing quite often... could I use a boolean to detect if I have already loaded the text image or not and then when it changes just set the boolean back to 0 so it redraws the image?
I think that will work.... I'll give it a shot