Title: Message
From the text:
 
The Chr$( ) function returns a string, one character long, based on the character code specified in the num_expr parameter. On most systems, num_expr should be a positive Integer value between 0 and 255.
 
The values returned by the Chr$( ) function depend partly on the operating environment that is in use at run-time. However, all MapInfo environments have common character codes within the range of 32 (space) to 126 (tilde).
 
Character 12 is the form-feed character. Thus, you can use the statement Print Chr$(12) to clear the Message window.
 
Character 10 is the line-feed character; see example below.

Character 34 is the double-quotation mark ("). If a string _expression_ includes the function call Chr$(34), MapBasic embeds a double-quote character in the string.
 
 


From: Anthony Hicke [mailto:[EMAIL PROTECTED]
Sent: Thursday, 14 September 2006 11:36 AM
To: 'Paul Smith'
Cc: [email protected]
Subject: RE: [MI-L] multline labels

I've always been curious: is the number in the parenthesis the size of the carriage return, or something else?  For instance, I have always used Chr$(13), and have never experimented in changing the number.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Smith
Sent: Wednesday, September 13, 2006 6:01 PM
To: 'Kenneth Hickey'; [email protected]
Subject: RE: [MI-L] multline labels

Hi Ken,
 
In your label options in the drop down box there is an _expression_...option.
 
A line return is represented by Chr$(10).
 
Enter label _expression_ like this     field1 + Chr$(10) + field2 + Chr$(10) + field3
 
 
which would result as
 
 
field1
field2
field3
 
Cheers
 
Paul
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Hickey
Sent: Thursday, 14 September 2006 10:15 AM
To: [email protected]
Subject: [MI-L] multline labels

Hey
 
Can anyone tell me how to make labels with multiple lines each with data from different fields?
 
Thanks
Ken

 

=[Disclaimer]=
This electronic transmission, including any attachments, is confidential, may contain privileged information and should be read or retained only by the intended recipient. If you received this message in error, please delete it from your system and notify the sender immediately. Any review, dissemination or other use of this information by persons or entities other than the intended recipient is strictly prohibited.
=[End]=



===[Disclaimer]===
This electronic transmission, including any attachments, is confidential, may contain privileged information and should be read or retained only by the intended recipient. If you received this message in error, please delete it from your system and notify the sender immediately. Any review, dissemination or other use of this information by persons or entities other than the intended recipient is strictly prohibited.
===[End]===


_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to