[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua Pickle error?
- From: Joe Andresen <joe.andresen@...>
- Date: Fri, 22 Jan 2010 23:55:53 -0800
I went to the lua users org site to get the code but i seem to get the error
..\Content\Scripts\LuaPickle.lua:13: attempt to call a table value
which is the line
clone = function (t) local nt={}; for i, v in t do nt[i]=v end return nt end
is that the latest pickle code?
thanks,
-Joe