If you haven't specified th delimiter as "," then CF will default to using
the comma OR the space... Perhaps specify the delimiter in your loop ..and
use TRIM() ??
<cfloop list="#MyList#" index="MyIndex" delimiters=",">
Even better... when you build the list specify the Bell character (if you
can)
chr(7)
> >space such as: "[EMAIL PROTECTED], [EMAIL PROTECTED]"
> >
> >Thanks,
> >
> >Tom
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists