ey everyone I need help with the following:
I have an array ...
array[506484] = blah
array[506688] = blah
array[506445] = blah
etc
those numbers are NOT array ids but identifiers... I need to remove some of them but when I use splice I think what's happenning is that the splice function is interpeting the nubmers as array IDS rather then textual ids... ie: for ( index in array )
any ideas? thanks guys
Start Free Trial