I am trying to underline the first line in a three line label.
ownlab1 = $feature.ParcelID
ownlab1 = '<UND>'+Text(ownlab1)+'</UND>'
The resulting labels sometimes work and sometimes don't.
I get '3232' for example, which is what I want, but also, '<UND>3234</UND>' I can't figure out what is different about lines that honor the underline tag and those which reject it.
Is there any logical reason for this?
Thank you,
Randy McGregor