www.asciitable.com


----- Original Message -----
From: "S R" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 03, 2000 2:01 PM
Subject: RE: Adding in Carriage Return Before Insert into Database.


> Where can I get a list of these characters and their ASCII equivalents??
>
> >From: [EMAIL PROTECTED] (Dave Watts)
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >CC: <[EMAIL PROTECTED]>
> >Subject: RE: Adding in Carriage Return Before Insert into Database.
> >Date: Mon, 3 Apr 2000 12:45:06 -0400
> >
> > > I am taking some date and doing some manipulation on it and
> > > would like to
> > > add carriage returns at the end then save in the database.
> > >
> > > <cfset NewLine = chr(10)>
> > > <cfset variables.additional_info = "Education Experience: " &
> > > #newline# & #variables.ed_ex# & #newline#>
> > >
> > > Should this work?
> >
> >The ASCII character for carriage return is Chr(13). Chr(10) is line feed.
> >On
> >Windows platforms, you generally would use both:
> >
> ><CFSET NewLine = Chr(13) & Chr(10)>
> >
> >Dave Watts, CTO, Fig Leaf Software
> >http://www.figleaf.com/
> >voice: (202) 797-5496
> >fax: (202) 797-5444
> >
>
>---------------------------------------------------------------------------
---
> >Archives: http://www.eGroups.com/list/cf-talk
> >To Unsubscribe visit
> >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to