waldopepper
Programmer
I have a text field that would read a lot easier if I could conditionally highlight certain words within it.
Basically I am printing out selection logic and I want to color/bold etc the logical operators so that:
(selection1 OR selection2) AND selection3
would read as
(selection1 OR selection2) AND selection3
Or even a background color to the text would be better. Is any of this possible?
Basically I am printing out selection logic and I want to color/bold etc the logical operators so that:
(selection1 OR selection2) AND selection3
would read as
(selection1 OR selection2) AND selection3
Or even a background color to the text would be better. Is any of this possible?