You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what RGB returns, but this works
t3.SetBackColor(RGB(1,0,0) )
But this fails
t4 = app.AddText(RGB(1,0,0))
Might be worth adding example to the docs
Not sure what RGB returns, but this works
t3.SetBackColor(RGB(1,0,0) )
But this fails
t4 = app.AddText(RGB(1,0,0))
Might be worth adding example to the docs