Thank you very much...I am not very good at constructing syntax so will have a go at building on it.Cheers again.
I am looking to label points on a map however the text is rather long and when put onto a stand label in ArcMap is very long and not very good looking.Is there a way of putting a return in the middle (or after a specified number of characters) of a text field using the VB Script in the labels tab of a layers properties?Thanks for any help!
Function FindLabel ( [name] ) firsthalf = left([name],len([name])/2) secondhalf = right([name],len([name])/2) FindLabel = firsthalf & vbnewline & secondhalf End Function
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.