[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: function call & table create
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 31 Jan 2003 16:58:13 -0200
>I would like to define the names of a simple table tree in a string or
>table e.g. "Here.And.There" or again {'Here','And','There'}
>
>As the result I need the equivalent for the following code:
>
>Here={}
>Here.And={}
>Here.And.There={}
See http://lua-users.org/wiki/AutomagicTables .
--lhf