|
|
||
|
There is a limit in the number of constants in a single source file set at 2^18.
Actually, the limit is per function. So you could do something like this:
T={} f=function (T) -- populate some entries of T end f()
f=function (T) -- populate some some entries of T end f() ...
Thanks to Jermoe and Luiz for pointing out the problem and solution.
-- Glenn McAllister <glenn@somanetworks.com> +1 416 348 1594 SOMA Networks, Inc. http://www.somanetworks.com/ +1 416 977 1414