everyone, i'm still working on my new little web site, improving a lot the code (since the old version i mean); i'm now focusing on the code for the dialog boxes, more flexible and a lot less cpu intensive ^^

but, i was wondering: is there a way to delete an array?

well, i don't mean delete the content of an array, like
Code:
HereMyArray=[]
but effectively erasing the array itself completely...

thanks for your help, and i hope it will fix a "bug" i'm currently having.