On 29 Nov 2006, at 08:38, paolo mazza wrote: > How can I delete (or remove) an element from an array so that it > does not > appear anymore in the keys of the array? delete variable myArray[x] Cheers Dave