that won't account for an empty list element at the end of the list (e.g. 1,2,3,4,) i believe there's a regex out there that'll do it tho...
On Wed, Sep 3, 2008 at 11:12 AM, morgan l <[EMAIL PROTECTED]> wrote: > Pre-CF8, just run a replace on your list, and replace ",," with ", ,", and > no more empty element. CF8, as I understand it, can be told to count empty > elements somehow. > > On Wed, Sep 3, 2008 at 1:08 PM, Matthew Smith <[EMAIL PROTECTED]> > wrote: > > > My understanding is that the list functions in CF ignore empty elements. > > Is this true? If so, How can I make the functions count the empty > elemants > > when evaluating? > > > > I have a csv file from the history downlolad at paypal. I need to parse > it > > to extract values for tracking purchases. Am I approaching this > correctly? > > > > Thanks. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312001 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

