variablename
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: variablename
- From: "Max Rheiner" <mrn@...>
- Date: 2001年8月26日 23:20:22 +0200
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