in reply to How do I just count any words from a file?

You could always just break up each line by using blank spaces to separate it into words.

If you wanted to do this use the split function. I won't go any further because, as you said, a project for you to learn. The best way to learn is to do, not copy! :)

  • Comment on Re: How do I just count any words from a file?