lua-users home
lua-l archive

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


hi list,

i'm a newbi and i try to figure it out how i can
get the variable name of a value on the stack.

i've got a c function like that:
the only parameter is a table

static int getTable(lua_State *state)
{
-->  get the table values; gettable ....
-->  get the variableName from this table ?
}

how can i get the variablename from this
table ?

greetings
max