If you want obtain a carriage return in your page output, remember
you're programming Html...so I think it's a good idea to use <p></p>
tags.


> -----Mensaje original-----
> De: Troy Simpson [mailto:[EMAIL PROTECTED]]
> Enviado el: martes 1 de agosto de 2000 18:05
> Para: cf-talk
> Asunto: How do I include a carriage return into my string? (Troy)
> 
> 
> 
> 
> I want to include a carriage return in my coldfusion string ( Not the
> html <br> tag ).
> Is this the correct way?
> 
> <cfset str = "Hello World" & Chr(13) & Chr(10)>
> 
> Is their not a C style like '\n'?
> 
> Thanks,
> Troy
> 
> P.S. Thanks for the help with the "PreserveSingleQuote" 
> problem.  I was
> looking in the wrong place for this function.
> 
> --
> Troy Simpson | North Carolina State University
> NCSU Libraries | Campus Box 7111 | Raleigh | North Carolina
> ph.919.515.3855 | fax.919.513.3330
> 
> 
> --------------------------------------------------------------
> ----------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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