lua-users home
lua-l archive

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


Hallo,

On 5/17/06, Graham Henstridge <graham@capgo.com> wrote:
The table.insert method does the trick for  an indexed value but not
for a string key. This need seems fundamental, so is there a simple
solution that I have missed?

Thank you for any help.


table[key] = value

--
-alex
http://www.ventonegro.org/