On Monday, April 9, 2001, at 11:19 AM, Luiz Henrique de Figueiredo wrote:
You could add an "index" tag method for this. Something like this: local NOP=function () end settagmethod(tag(object),"index", function () return %NOP end)
You could add an "index" tag method for this. Something like this:
local NOP=function () end settagmethod(tag(object),"index", function () return %NOP end)
Steve