lua-users home
lua-l archive

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


Steve Heller wrote:

No. The input is from a file, which does not change
between runs. Of course, I need to run the program
with different input files in the normal course of
events; however, I'm seeing this problem with the
exact same input for each run.

Are you reloading Lua itself between runs, or are you
rereading the input file?

Is it possible that a previous run left things in a
strange state.

Ralph