SoW Posted March 2, 2007 Posted March 2, 2007 I get an error when I use the _FileCountLines() function. It is in the help file, etc, so I don't understand why I am getting the error! Part of the code is: $countLines = _FileCountLines($file) $file is defined as FileOpen('C:\dir\to\txt\file', 0) Any idea why it isn't working?
xcal Posted March 2, 2007 Posted March 2, 2007 (edited) 1. You don't say what the error is. 2. You probably aren't including the the file with the function in it. #include <File.au3> Edited March 2, 2007 by xcal How To Ask Questions The Smart Way
SoW Posted March 2, 2007 Author Posted March 2, 2007 Sorry about that. The problem was that it could not find the file, and you were right, I forgot to include that. Thank you.
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