lua string.format
Posted: Mon Jul 13, 2009 3:17 pm
I'm trying to write a macro to get the name of a function in C code, but every time I use the function , I get the following error message:
attempt to index local `string' (a nil value)
I'm using Zeus v. 3.93.
Thanks,
Valtoni
Code: Select all
string.format("%c", ... )
attempt to index local `string' (a nil value)
I'm using Zeus v. 3.93.
Thanks,
Valtoni