Search found 1 match

by valtoni
Mon Jul 13, 2009 3:17 pm
Forum: Scripts
Topic: lua string.format
Replies: 1
Views: 25239

lua string.format

I'm trying to write a macro to get the name of a function in C code, but every time I use the function

Code: Select all

string.format("%c", ... )
, I get the following error message:

attempt to index local `string' (a nil value)

I'm using Zeus v. 3.93.

Thanks,

Valtoni