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:311999 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

