Hello,
I'm writing an application where the text is constantly re-changing, and it is in the middle of the main loop. When its in the loop, it just constantly re-writes over it self and you cant see a thing. When i place it out of the loop it only shows the first digits. It would probably make since if i showed you the code
DO
super1 = rnd(999)
super2 = rnd(999)
super3 = rnd(999)
super4 = rnd(999)
super5 = rnd(999)
set text 600,0
print super1
set text 600,15
print super2
set text 600,30
print super3
set text 600,45
print super4
set text 600,60
print super5
` the rest is code that cannot be cleared using "cls"
` so i cannot use "cls".
LOOP
Does anyone know the answer to this? Thank you.
Dieses ist meine Unterschrift, sehr langweilig ist nicht es?