Hopefully someone can me with this one.
I have text files that need to be read and checked to see if they contained particular pre-defined characters.
All I can do at the moment is open the text file and output it to a page.
What I would like to do is read the text file one character at a time and compare it against my list of pre-defined characters and then output how many pre-defined characters it found.
Can anyone set me off in the right direction as to what the best functions would be to use
Thanking in advance for any help received.
I have text files that need to be read and checked to see if they contained particular pre-defined characters.
All I can do at the moment is open the text file and output it to a page.
What I would like to do is read the text file one character at a time and compare it against my list of pre-defined characters and then output how many pre-defined characters it found.
Can anyone set me off in the right direction as to what the best functions would be to use
Thanking in advance for any help received.