marko001 Posted July 27, 2011 Posted July 27, 2011 Easy task: _FileWriteFromArray($DB_file, $DB_array, 1) $DB_array is 42.000 lines long, so it takes a bit before the file is ready. Is there a function (or a way) that can let me wait until the file is closed and ready to be used? I mean something like RunWait function, it pauses script execution until the program finishes. Thanks everyone. M.
JohnOne Posted July 27, 2011 Posted July 27, 2011 "Is there a function (or a way) that can let me wait until the file is closed and ready to be used?" Yes, when the function returns 1. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now