Hi,
I have a string coming from a server I want to use as an expression :
[TEXT] Set font color to : "rgb(0,64,255)"
The problem is C2 refuse my string, asking me a number. I could'nt find answser in the actual posts (found answers with string concatenation but it is still a string).
Is there something like eval("rgb(0,64,255)") ?
Thanks.