ummmmoto Posted June 11, 2007 Posted June 11, 2007 I have programming experience but am new with autoit. I was wondering how I could use the file functions to open a text file, and have it look for a certain string within the last 50 lines (its a huge text file that constantly updates).
BrettF Posted June 11, 2007 Posted June 11, 2007 I have programming experience but am new with autoit. I was wondering how I could use the file functions to open a text file, and have it look for a certain string within the last 50 lines (its a huge text file that constantly updates).Take a look at these functions in the helpfile:FileRead()_FileReadToArray ()For LoopsUboundThat should get you started. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
ummmmoto Posted June 11, 2007 Author Posted June 11, 2007 AlsoFileReadLine()8)this is the function I had concentrated my effort on before posting. How can I find out how many lines long the file is?
Valuater Posted June 11, 2007 Posted June 11, 2007 this is the function I had concentrated my effort on before posting. How can I find out how many lines long the file is?#include <File.au3>_FileCountLines ( $sFilePath )8)
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