>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