lua-users home
lua-l archive

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


No answers without some code...

Digital <forumme5487@live.com> schreef:
I have a for loop running in c. And it runs a lua script to check on a 
file. Reads it and pushes it back to c.

But the problem is that whenever the file changes the data pushed back
to c never changes.

How can I solve this?