Posted By
Edimar Blank
05-25-2015 17:35
Found In
Egroup:
Graphics
\
view thread
It's possible use this script dim number as xpTextObject scene.getObjectByName("Text1", number) if cInt(text) >= "0" then number.textwithtags = "(font_green)" & number.textwithtags else number.textwithtags = "(font_red)" & number.textwithtags end if with datalinq in place ...
|