how to get varname as in varname = functionname()
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: how to get varname as in varname = functionname()
- From: "M vd Honing" <mvdhoning@...>
- Date: 2004年5月29日 23:16:15 +0200
Having a lua script line like:
Varname = functionname()
And functionname() is a registered c function, how can i read out the
varname from the c funtion. It is not about setting data, but about getting
the name of the var.
Thanks in advance