lua-users home
lua-l archive

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


Can Lua do this?

Add from a variable variable data to an existing array (table) of an
array (table) in a variable of an exiting array (table) in a variable.

All I see as examples use immediate data. All examples I can find of
adding pairs to an array use constants.