11-16-2008, 10:46 AM
In macro:
str s
int i
for i 0 10
s.from("",i)
OnScreenDisplay s
0.5
how can i clear previous OnScreenDisplay?!
i mean 1 comes on 0, 2comes on 1, 3 comes on 2 .. and we dont see nothing! thanks
str s
int i
for i 0 10
s.from("",i)
OnScreenDisplay s
0.5
how can i clear previous OnScreenDisplay?!
i mean 1 comes on 0, 2comes on 1, 3 comes on 2 .. and we dont see nothing! thanks