At 10:43 AM 10/18/2000 -0600, you wrote:
>I am populating a list that will eventually be written to a text file.  I
>want to put a carriage return after each entry.  I cannot remember the
>syntax.  Can someone kindly email that to me.
>
>Thanks in advance.
>
>Nick

<cfset theText = theText & CHR(13)>

I think thats it.

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to