[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: failed to run script, too many captures
- From: Maha Akkari <maha.akkari@...>
- Date: Fri, 17 Aug 2012 18:40:42 +0300
thank u for ur reply,
here is the sPP code from the .lua file
function sPP(t) -- t is an array passed from c++ to Lua
for j=1,#t do
table.insert(pp, t[j])
end
writeCppArrayToLuaFile(4,pp) -- writes the contents of pp table on the fourth line of lua file.
end
your help is highly appreciated because i am not stuck