lua-users home
lua-l archive

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


Kristopher Lohmuller wrote:

What is going on is that disp is a local variable that is
assigned the value of a global variable.

See if you can come up with a small but complete (and
ideally, self-contained) example that demonstrates the
problem.  Because, as Javier said, something else is going
on that isn't visible in the examples you gave.

--
Aaron