[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: global variable not updating
- From: Digital <forumme5487@...>
- Date: Sat, 11 Aug 2012 21:40:13 +0530
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?