Yeah, that's a known "issue"... if you want a buddy of mine wrote a little UDF called listFix <http://www.cflib.org/udf.cfm?id=507>. It's available on cflib.org. Just pass your list to this function before running the rest of your code.
Chris On Jan 9, 2008 4:17 PM, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > and in case you want to know why and just not a fix ;-) > > the problem is CF doesn't recognize empty list elements...so you can > replace all instances of || with | | in the list and then parse things out > > Cheers > > > Bryan Stevenson B.Comm. > VP & Director of E-Commerce Development > Electric Edge Systems Group Inc. > phone: 250.480.0642 > fax: 250.480.1264 > cell: 250.920.8830 > e-mail: [EMAIL PROTECTED] > web: www.electricedgesystems.com > > Notice: > This message, including any attachments, is confidential and may contain > information that is privileged or exempt from disclosure. It is intended > only for the person to whom it is addressed unless expressly authorized > otherwise by the sender. If you are not an authorized recipient, please > notify the sender immediately and permanently destroy all copies of this > message and attachments. > > > > Todd wrote: > > Yeah, sorry... "If you're on CF8, which you should be, if you're not... > > sorry." > > > > On Jan 9, 2008 5:07 PM, Charlie Griefer <[EMAIL PROTECTED]> > wrote: > > > > > >> that assumes he's on CF8, no? > >> > >> (which he may be... i'm not sure) :) > >> > >> On Jan 9, 2008 2:00 PM, Todd <[EMAIL PROTECTED]> wrote: > >> > >>> Use ListToArray(*list* [, *delimiters*, *includeEmptyFields*]) > instead. > >>> > >>> > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296309 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

