Jump to content

reading file


Recommended Posts

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).

Link to comment
Share on other sites

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 Loops
  • Ubound
That should get you started.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...