Re: table indexing
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: table indexing
- From: rexonf <rexonf@...>
- Date: 2016年10月16日 05:22:49 +0800
Have not run your code, but you might want to change 'tbl = {}' to 'local tbl = {}'. As of now all variables bound to a return value of :format will refer to a single global table.