[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Creating a table (hash), which name is hold by a variable...
- From: meino.cramer@...
- Date: Fri, 25 Oct 2013 05:00:31 +0200
Hi,
(using lua 5.1.5 under Gentoo Linux)
In a loop I read names of tables from another table.
Which each circle of the loop I read one name off the
table, create some value, which I got from an external
source and want to create a new table with name, which
I read previously from the first table.
How can I do that?
Thank you very much in adance for any help!
Best regards,
mcc