> It's two dimensional because I'm storing item ids and > quantities, so [1][1] is an id and [1][2] is a quantity etc. > > With your code I'm getting: > > ArrayDeleteAt(Array, Position): Cannot delete element at > position 3. The array has only 2 elements. > > And the Array has three elements.
If your CF error says there are only two elements, then I'll bet there are only two elements. I suppose I could be wrong here, but as a wagering man, I'd pick CF over you in this case. You might use CFDUMP to see exactly what's in your array. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

