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]
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.