lua-users home
lua-l archive

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


I have some problems :

1) Sometimes calling my C-function from my lua script, the arguments given
in my script are 'lost' : i call tex_draw(1,2,3,4) and i receive in my C-
function (1,None,3,4).

2) In a Lua-function i have written it says it can't index (?) on a line
where is only 'end'.


Someone can say me what is going wrong? Or you need more info?
-- 
View this message in context: http://www.nabble.com/A-newbie-has-problems-with-Lua-tf2102860.html#a5795187
Sent from the Lua - General forum at Nabble.com.