I need to label parcels in my township with quite a bit of information including, Owner Name, Owner Address (Street, City, and State), Parcel Acreage, and Parcel Value. I know you can write an expression in VBScript for labeling features, but what I want to do is make it so the Owner Name is on its own line, then the address on its own line, then acreage on its own line, then the value on its own line. How do I write an expression that would do this? Currently, the only way I can figure to do it is to have it all on one line and I don't want to do that. Thanks in advance... this problem has been bugging me all morning.
Eric
Writing a VBScript Expression for Labeling
Started by
cmdrico7812
, May 26 2006 10:13 AM
2 replies to this topic
#1
Posted 26 May 2006 - 10:13 AM
#2
Posted 26 May 2006 - 10:29 AM
Eric,
Try using "vbNewLine". For example, if I wanted my Gate_ID attribute on one line and my Acres attribute below it, the expression would be:
[Gate_ID] & vbNewLine & [Acres]
Hope that's what you need.
--Paul
Try using "vbNewLine". For example, if I wanted my Gate_ID attribute on one line and my Acres attribute below it, the expression would be:
[Gate_ID] & vbNewLine & [Acres]
Hope that's what you need.
--Paul
#3
Posted 26 May 2006 - 10:53 AM
Yeah, that's the ticket! Thanks. The map looks much better now.
Eric
Eric
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users


Sign In
Create Account

United States
Back to top








