Page 1 of 1

G.V.

Posted: 22 Mar 2014 02:43
by Ankit
Hi,
Is there a way to delete a specific global variable using automagic.
(not manually)

Re: G.V.

Posted: 22 Mar 2014 08:42
by Martin
Hi,

There's a script function removeVariable for this purpose.
For example:
Action Script: removeVariable("global_abc");

Regards,
Martin

Re: G.V.

Posted: 22 Mar 2014 09:24
by Ankit
Hi martin

Thanx!!

Working fine.....