Search and desplay....array?
Posted: Wed Nov 05, 2003 4:12 pm
OK I know how to add to an array but how can I search an array and count the number of occurrences of matching words in that array and then print each with the count next to it?
What I'm doing is looping through a directory of CSV files reading each file and pulling out the 3rd delimiter which are the initials of a user that submitted a form. What I want to do is figure out how many times each user has submitted the form in a given month.
Can this be done like this? or am I on the wrong track.
TIA,
Wes/
What I'm doing is looping through a directory of CSV files reading each file and pulling out the 3rd delimiter which are the initials of a user that submitted a form. What I want to do is figure out how many times each user has submitted the form in a given month.
Can this be done like this? or am I on the wrong track.
TIA,
Wes/