Check they are actually spaces. Forget about /n or /r, and I think these should be \n but not in CF...
Ade -----Original Message----- From: D F [mailto:[EMAIL PROTECTED] Sent: 23 August 2006 13:14 To: CF-Talk Subject: creating a list from copy and pasted text from notepad... Hi there, I'm trying to create a list ( with the delimiter set for space )... but it seems that when the text I'm working with ( cut and pasted from notepad ).... it seems Coldfusion is not recognizing the spaces as legitimate spaces... probably some kind of control characters or line brakes etc... How could I set the delimiters to look for these things? For example I'm trying to import a cut and pasted list from notepad that looks like this...this is being posted into a textarea field set to wrap="off" [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] On the form action page it's not apparent what CF is doing with the spaces inbetween the email addresses. I'm tried searching and replacing "/n", "/r", also "&180;"... not much seems to be working... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250710 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

