>Hi,
>
>I'm looking for the proper syntax to insert a space before my expression in
>a label.
>I know that "Chr$(13)" will insert a carriage return, and I'm wondering if
>there's
>a corresponding integer value to insert a space instead.
>
>Thanks,
>
>Kathryn St. Amand
>Mapping Specialist-Denver
>CB Richard Ellis


Two quote marks with one or more spaces between them should do the trick

eg

Field1 + Chr$(13) + Field2 + "  " + Field3 + Field4

should net you:
Field1
Field2  Field3Field4

Russ Mincher



----------------------------------------------------------------------
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