lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


"Terence Martin" <odat@telus.net> wrote:
> 
> > settagmethod( tag(myTag), "settable", myHook)
> 
> 
> You shouldn't be calling tag(myTag), just myTag .. tag ()
> gets you the tag of the object you pass into it. You only
> need to do that if you want to get the tag of something.
> Here you already have the value you need.

Doh! :-)

Thanks,
Steve