Formatting content in vbcsript adding new line
In ArcMap labelling, I need to parse the label into Customer Name and its account number with the account number appearing after new line:
I used the code vbNewLine and it worked fine.
[CUBAOmeters.CUSTOMER] & vbNewLine & [CUBAOmeters.CAN]
I used the code vbNewLine and it worked fine.
[CUBAOmeters.CUSTOMER] & vbNewLine & [CUBAOmeters.CAN]
Comments
Post a Comment