lua-users home
lua-l archive

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


> How could I achieve the goal of using the value stored in 't2.x' to
> access 't1.a'?

Try t1[t2.x].