Hello,
I have a very simple question, how to concatenate strings values and have them displayed in different colors in a label.
Example:
Concatenate("Test1","Test2")
How do I get Test1 to display Red and Test 2 to display Blue both in the same label?
Thanks!