Hello,
I am trying to edit an old script, and somehow is declared a variable named "Status" with globaldim witch store two values "OK" and "NOK".
This "Status" is used in another function and show in a Report Table "OK" or "NOK". Now, I am trying to color that text in green if is show OK and red if is show NOK, but I did not manage to do that because is not declared as object and also table is not create a object (is manually created and load this "status" as variable).
It is possible to color somehow this text even if is not object?
Thank you in advance!