Charles Huyck wrote:
> Is there a way to use \n or some other keyword to insert carriage returns
in
> expression labels automatically, so that you don't have to go back later
and
> edit address labels?

If you're working in MapInfo Professional, the string expression chr$(13)
works fine.
If this is a MapBasic program writing DOS/Windows text files, use
chr$(10)+chr$(13).
I don't know about the Mac.

HTH
Spencer



----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to