[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Replacement for getglobal?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 24 Jan 2002 12:51:46 -0200
>Maybe a stupid question - how do you implement the functionality of
>the old "getglobal" tag in the work 3 version? That is, I want to
>fire my method when a script tries to access a global variable that
>doesn't exist, but *not* fire when a script accesses a global that
>does exist. I tried catching the "gettable" method on the globals
Try the "index" event instead.
--lhf