I've used authorize.net's processing for a while now. An issue just arose... I guess it's always been there, but it's never really been a problem.
Their response looks like this: 3,1,6,The credit card number is invalid.,,P,0,,,28.21,CC,auth_capture,etc. I've been reading it using listGetAt(3), listGetAt(4),etc. The problem is when they respond with an invalid card, or something other than the norm., the response list changes. Which throws off my listGetAt's. And see those empty list items? CF doesn't even count that as a list item, so the list count shifts to the left. i.e. position 7 is now 28.21. Even tho there are empty positions in front of it. Is there a better way I can read these positions so they'll be consistent? It's driving us crazy because the reponse messages to the customer are driven by this. ick! Thanks, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:308957 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

