@LVNinja wrote:
I don't think you can change the color of different string lines, since they are on the same String indicator/control.
One way to accomplish what you want is to replace the string boxes with a cluster with strings , in this case each string indicator will be independent and you can change the color independently with property nodes.
The cluster property node will give you an array of references for each string control/indicator, using a FOr loop you can setup the color of each individual.
You should be able to use the text selection property along with text.text color (foreground and background) to get the desired results. It will get ugly with the string match indices (there may be an unusual off-by-one to account for the index after matches.)
By ugly, I mean even CA won't get that to fit on a postage stamp! But highly doable.
"Should be" isn't "Is" -Jay