Post your questions and help other users.
Moderator: Martin
-
Ankit
- Posts: 143
- Joined: 11 Nov 2013 17:27
Post
by Ankit » 22 Mar 2014 02:43
Hi,
Is there a way to delete a specific global variable using automagic.
(not manually)
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 22 Mar 2014 08:42
Hi,
There's a script function removeVariable for this purpose.
For example:
Action Script: removeVariable("global_abc");
Regards,
Martin
-
Ankit
- Posts: 143
- Joined: 11 Nov 2013 17:27
Post
by Ankit » 22 Mar 2014 09:24
Hi martin
Thanx!!
Working fine.....