lua-users home
lua-l archive

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


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