|
On 03/06/2014 06:58 AM, Journeyer J.
Joh wrote:
Are you sure that the table isn't just allocated at the same place, after all you don't use local aaa anymore. Maybe you can try local aaa = require "account" package.loaded["account"] = nil local bbb = require "account" print(aaa .. ', ' .. bbb) Just wondering -- Thomas |