Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Is there a way to Highlight or Change the color of a sub string in the whole text ? . I am using a variable to input a substring and displaying the whole text in a text box. I can use Upper(variable name) but looking for something similar to blue(variable name).
I have this:
(if(SubStringCount((wholetext),vWord1)>0,Replace(wholetext,vWord1,upper(vWord1))))
I want this:
(if(SubStringCount((wholetext),vWord1)>0,Replace(wholetext,vWord1,Blue(vWord1))))
You can't change the color for parts of the text in a text object or a chart. If you need that kind of capability you'll have to search for an extension that supports that. Or create one yourself.