Hi, I have a small problem to read tables data in C++. This is my table in LUA script: t = { 0.0, 0.0, -6.0 }; Now I like to get the table data in C++, how can I do it? Thanks Alexandre Ribeiro de Sá