11-16-2008, 10:41 AM
thanks for your reply!
now it is possible to display text in a "message box" ?!
example:it would work like this:
Macro
str txt
...
if condition1
;txt="text1"
else if condition2
;txt="text2"
...
and i would like a box with txt text...
mes(txt ....)
but mes is not that command because of waiting button....
now it is possible to display text in a "message box" ?!
example:it would work like this:
Macro
str txt
...
if condition1
;txt="text1"
else if condition2
;txt="text2"
...
and i would like a box with txt text...
mes(txt ....)
but mes is not that command because of waiting button....