I have a small problem with print/textout functions.
If I have to print out a recursive text (read clock time), because fonts have the transparent background after few seconds my printing out is unreadible due to the overwriting of the characters. cls function does not sort out the problem because works on the whole screen and then delete parts of the screen I don't want.
I suspect this can be solved with layers, but I'm not yet to this stage!
Which is the better way to sort out this problem?
