Breaking/returning to new line inside the Value texbox within MapAnnText.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone! Long time lurker and data scrounger here, but first time posting.
Here's an image of the textbox I'm working with.
It is located within the Define Annotation Template command with the alias of MAPANNTEXT.
My question is how in the heck do I place a line break within the value box? I can get the info coming fine which consists of pole_number, height, and class using STRCAT, but can not for the life of me figure out how to shift each attribute to a new line. I've tried every combination of forward slash 'P' and 'n' in every location within the text that I can think that return various levels of failure (I've tried: \\P \P \p \\p \\N \N \\n \n '\\P' '\P' '\p' '\\p' '\\N' '\N' '\\n' '\n' "\\P" "\P" "\p" "\\p" "\\N" "\N" "\\n" "\n". I've also place these in front of, behind, within, around, and every other place I can imagine within the script to absolutely no avail).
The info is basically this rn concatinated together. I'd like it to look like what's on the left, but it looks like what's on the right.
Here's the full command I have in place so far:
(STRCAT :POLE_NUMBER@pole (STRCAT :Height@pole (STRCAT :Class@pole)))
Please help me!