Jump to content

Read a list from a text file


Recommended Posts

Greetings.

I would like to be able to read a long list of words from a text file. The list is formatted similar to this:

wordone

wordtwo

wordthree

I.E. One word then a CF/LF. I don't know how many words would be in this list and I don't know how to tell when it has hit the end of the file.

Any help would be great. Thanks.

A little reading goes a long way. Post count means nothing.

Link to comment
Share on other sites

  • Developers

Greetings.

I would like to be able to read a long list of words from a text file. The list is formatted similar to this:

wordone

wordtwo

wordthree

I.E. One word then a CF/LF. I don't know how many words would be in this list and I don't know how to tell when it has hit the end of the file.

Any help would be great. Thanks.

Check the helpfile for : FileReadLine()

It has an example that more or less does what you want... :ph34r:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Check the helpfile for : FileReadLine()

It has an example that more or less does what you want... :ph34r:

Thank you very much for the quick reply.

A little reading goes a long way. Post count means nothing.

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