G.V.

Post your questions and help other users.

Moderator: Martin

Post Reply
Ankit
Posts: 143
Joined: 11 Nov 2013 17:27

G.V.

Post by Ankit » 22 Mar 2014 02:43

Hi,
Is there a way to delete a specific global variable using automagic.
(not manually)

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: G.V.

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

Re: G.V.

Post by Ankit » 22 Mar 2014 09:24

Hi martin

Thanx!!

Working fine.....

Post Reply