The first option you had looks fine:
<cfif masterOrder[itemCount].ite
<cfset temp = StructDelete(masterOrder[i
</cfif>
But keep in mind the key will only be deleted if it equals ColdPackitem. The fact nothing happens, suggests the itemID value is not what you think it is. Dump the value at that position, does it actually equal #ColdPackitem#?
<cfdump var="#masterOrder[itemCoun
( On an unrelated note, none of the # signs in your code are needed )
Main Topics
Browse All Topics





by: michael_tzezPosted on 2009-08-10 at 17:34:51ID: 25065388
C'mon...I need some brain power here!!!