Actually, the first one is an ascii linefeed and the second one is a
linefeed plus a carriage return.  BTW - usually the carriage return comes
before the linefeed like chr13) & chr(10)

Regards,

Howie

----- Original Message -----
From: "Erika L Walker" <[EMAIL PROTECTED]>
To: "CF-Community" <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 10:51 AM
Subject: RE: Quick question...SOLUTION


> I was looking for the ascii combo, Howie....after I posted the Q, we found
> the answer.....here's the sample:
>
> <cfset soft = "this is a soft" & chr(10) & "line break">
> <cfset hard = "this is a hard" & chr(10) & chr(13) & "line break">
>
> Erika
>
> "Age is in the mind of the beholder." - Unknown
>
>
> -----Original Message-----
> From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 11, 2001 10:31 AM
> To: CF-Community
> Subject: Re: Quick question...
>
>
> There is no such ascii code as a "soft line break."  A soft line break is
a
> function of the software that renders the text.
>
> HTH,
>
> Howie
>
> ----- Original Message -----
> From: "Erika L Walker" <[EMAIL PROTECTED]>
> To: "CF-Community" <[EMAIL PROTECTED]>
> Sent: Wednesday, April 11, 2001 10:06 AM
> Subject: Quick question...
>
>
> > Brain melt.... (went to bed at 4:00 am) up at 7:30 .. tired today)
> >
> > any idea on what ascii combo I need to use to force a soft line break,
vs
> a
> > hard line break?
> >
> > Erika
> >
> > "Age is in the mind of the beholder." - Unknown
> >
> >
> >
> >
> > -----Original Message-----
> > From: Nick McClure [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, April 11, 2001 9:54 AM
> > To: CF-Community
> > Subject: Re: RE:<CF_Age>
> >
> >
> > I graduated High School in 1998.
> >
> > At 01:08 PM 4/11/2001 +0000, you wrote:
> > >Youngest in our community graduated high school in 1975
> > >
> > >
> > > > I suddenly feel kinda old around here....
> > > >
> > > > ** getting cane out of closet and putting granny glases on.... **
> > > >
> > > > >>>whatcha say sonny??
> > > >
> > > > Erika
> > > >
> > > > "Age is in the mind of the beholder." - Unknown
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, April 11, 2001 6:17 AM
> > > > To: CF-Community
> > > > Subject: Re: For those of you without a CS Degree
> > > >
> > > >
> > > > 21 here too
> > > >
> > >
> >
> >
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to