[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table.find
- From: "Grisha" <grisha@...>
- Date: Fri, 27 Jun 2003 13:29:02 +0400
It requires additional work on designers. The main reason to have that
function was to find unfinished nodes, something the designer forgot about.
So that weak table would be useless.
----- Original Message -----
From: <RLake@oxfam.org.pe>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Thursday, June 26, 2003 11:08 PM
Subject: Re: table.find
> > The main reason I actually use it is to get variable name from it's
> value (in my case - a table).
> > The exact example is this (the dialog subsystem):
>
> <snip>
>
> Check the example code here for another way of doing this:
> <http://lua-users.org/wiki/WeakTablesTutorial>