Keep in mind that the return differs from system to system. It could be
Chr(13)&Chr(10), but also chr(10) or even Chr(13).

An alternative would be 

CommaSeperatedList = ListChangeDelims(form.myList,",",chr(10) & chr(13))

This would work, no matter what system you are on.

Pascal

> -----Original Message-----
> From: Martin Parry [mailto:[EMAIL PROTECTED]
> Sent: 25 November 2004 18:03
> To: CF-Talk
> Subject: RE: Convert Textarea to List?
> 
> <cfset CommaSeperatedList = replace(form.myList, chr(13), ",", "All")>
> 
> Just replace form.myList with the correct form field name.
> 
> Should work
> 
> Martin Parry
> Macromedia Certified Developer
> http://www.BeetrootStreet.com
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185421
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to