On Apr 6, 2012, at 8:53 PM, Joe Flemmings wrote:
Thanks,
I use lua_createtable(L,0,num_rows); but can try this as well.
Looking at my code a second time, you probably need one more step where each row is a new lua table. So you will have a table of tables. In my example, I probably overwrite the table key at each loop. But I guess you already have figured it out. Anyway, glad to be of help.