Hello,
I was wondering if there is a way for you to write a code or some sort of key that will allow you to change individual chars within a longer string?
For example: If 1 long string contains 2 words and I want the first word to be white and the second word to be red.
string = Hello(white) World(red)
Is it possible to do this? Or would I have to make 2 separate labels, each of which having a different color tint to it?
thank you