Forum

How to Add different color to text that is in same string concat and same ObjectSetString?

I want to add different color to text that is in same line, in a single ObjectSetString , For Example If the string is like this: This is Total Profit / Loss: $250 / -$20 Then I need to show like This is Total Profit / Loss: $250 / -$20 $250 => in Green color and -$20 => in Red color Is this