[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: metatable, __index & forwardInvocation?
- From: PA <petite.abeille@...>
- Date: Sat, 5 Feb 2005 18:23:04 +0100
On Feb 05, 2005, at 18:17, Rici Lake wrote:
__index =
function(this, aKey)
return
function(...)
return this.forwardInvocation(unpack(arg))
end
end
On Feb 05, 2005, at 18:19, Leandro Candido wrote:
return function(...)
local realfunc = realfunc;
return(unpack(arg));
end
end
Excellent! Thanks :)
Cheers
--
PA, Onnay Equitursay
http://alt.textdrive.com/