In the label expression dialog box, how do I force the text to the next line?
If you use the VBScript parser you can use vbCrLf for new lines, like:
[Field1] & vbCrLf & [Field2]
See screendump below for an example:
vbNewLine will work as well.
Thank you so much, I was really stuck on this one.
If you use the Python parser you can use "\n" for new lines, like:
[Field1] + "\n" + [Field2]
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.