> But when the processor goes to evaluate the form field.. > for the quantity.. > it looks like this, (evaluate(field)) which translates to > (evaluate(ShoppingItem_goober-pokerman)).. and Coldfusion treats it as a > math equation..
If I get what you're saying, try form[field] instead of evaluate(field) It's better than evaluate() anyway. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

