Jim

(CHAR(13)) is the character you should use for carriage return.  If 
referencing the ASCII chart in 7.6, always use the value in the 'Dec' 
column.

Dawn



[email protected] wrote on 11/18/2009 03:46:53 PM:

> I am wanting to put carriage returns into a variable so when it 
> calculates on my form, different items will be on separate lines.
> This is a variable created in the form.
> I looked at the ASCII chart in 7.6 and created this variable:
> 
> (.vShort+'.'+(CHAR(015))+.vCustOrder+'.'+(CHAR(015))+.
> vShipnotes+'.'+(CHAR(015))+.vModelList
> 
> I got this result with no actual returns just the boxes where I want
> the return.
> 
> SHORTAGES MUST BE NOTED ON BILL OF LADING AND REPORTED TO DRIVER 
> IMMEDIATELY.09020901VA.STANDARD HIGH DOCK DELIVERY.  CALL 24HRS B4 
> DELIVERY TONY AT 757-570-2353. CREDIT CARD.212SGA
> 
> I want it to look like this:
> 
> SHORTAGES MUST BE NOTED ON BILL OF LADING AND REPORTED TO DRIVER 
IMMEDIATELY.
> 9020901VA.
> STANDARD HIGH DOCK DELIVERY.  CALL 24HRS B4 DELIVERY TONY AT 
> 757-570-2353. CREDIT CARD.
> 212SGA
> 
> Is there a way to put the returns in so it is automatic?
> 
> Jim
> 
> 
> 
> 
DISCLAIMER: This electronic message together with any attachments is 
confidential. If you are not the intended recipient, do not copy, disclose or 
use the contents in any way. Please also advise us by return e-mail that you 
have received the message and then please destroy. Evergreen Packaging is not 
responsible for any changes made to this message and / or any attachments after 
sending by Evergreen Packaging. We use virus scanning software but exclude all 
liability for viruses or anything similar in this email or any attachment.

Reply via email to