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
About eg.globals...
-
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
About eg.globals...
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: About eg.globals...
Simply:krambriw wrote: But how to destroy/delete?
Code: Select all
del eg.globals.test
-
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: About eg.globals...
Pako, thanks a lot
BestR Walter
BestR Walter
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM