Re: Delete element of an array

2011-03-24 Thread David Bovill
- delete variable array [someKey] - delete local array [someKey] - delete global array [someKey] On 24 March 2011 18:24, Bob Sneidar wrote: > I hope I am not having another brain fart. I cannot find ANYWHERE how to > delete an element of an array. I cannot just put empty into it, and

Delete element of an array

2011-03-24 Thread Bob Sneidar
DOH! Belay my last it was indeed a brain fart. Delete variable aMyArray[3] Bob > I hope I am not having another brain fart. I cannot find ANYWHERE how to > delete an element of an array. I cannot just put empty into it, and delete > element isn't valid. I thought there was a Livecode lesson on

Delete element of an array

2011-03-24 Thread Bob Sneidar
I hope I am not having another brain fart. I cannot find ANYWHERE how to delete an element of an array. I cannot just put empty into it, and delete element isn't valid. I thought there was a Livecode lesson on Working with Arrays, but I cannot find it. Bob __