Re: [F-Script-talk] Intercepting variable access
Brought to you by:
pmougin
From: Bryan W. <woo...@gm...> - 2006-06-20 16:35:48
|
Philippe MOUGIN wrote: > You'll also probably need to call the method "symbolForIndex:" as part of your own implementation of "valueForIndex:isDefined:" in order to get the name of the variable being looked-up. I assume this will fail if the variable hasn't been defined yet. > Note that these methods are not part of the public F-Script API and might change in > future versions. > Understood. |