> How can I delete (or remove) an element from an array so that it does not > appear anymore in the keys of the array? No doubt someone will post a really cool, efficient and elegant solution - but what immediately springs to my mind is to parse the existing array into a new one.... Scott