Lua Pickle error?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Lua Pickle error?
 
- From: Joe Andresen <joe.andresen@...>
 
- Date: 2010年1月22日 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