Hi,
I have tried to find out if its possible to delete a global from the script once it is created but I cannot find any hint on that.
Like the following;
Creation is simple
eg.global.test = 100
But how to destroy/delete?
eg.global.test.destroy() or similar???
Thanks for any help
Best regards, Walter
