So, I get my label expression to color right with text formatting callouts (<CLR></CLR>),
BUT
There's a stupid double quote that winds up on the end of my label, below:
I've tried deleting each quote in my VBscript, no dice.
My VB Script:
[SI_boring_previous.LOCATION_NAME] & vbnewline &"<CLR red = '255' green = '51' blue = '204'>"&"("&[gis_join$.Pb_VALUE]&[gis_join$.F4]&")""</CLR>"
Any thoughts? bug?