You can't.

You must use replace() to replace the comma/space with a single character
that you can use as the delimiter.  The bell character works well since it
can't be typed (chr(7)).

+-----------------------------------------------+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
TeleCommunication Systems
[EMAIL PROTECTED]
+-----------------------------------------------+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
        - Thomas Paine, The American Crisis

"Let's Roll"
        - Todd Beamer, Flight 93



-----Original Message-----
From: Bruce Holm [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 07, 2002 10:45 AM
To: CF-Talk
Subject: Comma-Space as delimiter


When working with Lists, I'm finding that you can't specify a delimiter of
comma-space (", ").  CF is treating this as "," OR " ".  How do I tell it to
delimit as comma-space?

The ListAppend function in the Reference states you can use "," & CHR(32) in
the delimiter parameter but it doesn't work.

----------------------------------
Bruce Holm
Web Developer
Lattice Semiconductor
[EMAIL PROTECTED]
----------------------------------


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to