On Wed, Sep 3, 2008 at 11:08 AM, 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? > if you're on CF8, and depending on the list function you're looking to use, there's an optional 3rd argument 'includeEmptyFields'. -- A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?" Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked a bit off." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:312000 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

