What is the best way to keep a running tally of the times I find a ";" in a file?
I am inputting a list of text files, (via a single text file) then sticking the list into an array, from there I need to go into each one and count the number of times we get ";"...I know I can use
to count the number of times it appears in one file, but how do I keep this a total of all files until I've checked all the files? Hope this makes sense, it's still early and I haven't had enough coffee! Thanks.