19 Mar
2010
19 Mar
'10
4:24 p.m.
On Fri, Mar 19 2010, Jaroslav Hajtmar wrote:
$a="b"; $$a="456"; print $b; # result 456
No problem with tables: testtab = {} testtab.a = "b" testtab[testtab.a] = 456 print(testtab.b) -- result 456 Documentation about lua is here: http://www.lua.org/ Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/