lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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