How would I find how many times each string appears in my list?
Say I have the word:
"General Store"
that is in my list like 20 times. How would I find out that it appears 20 times in my list? I need to know this so I can display that number as a type of "poll vote"
answer.
E.g:
General Store - voted 20 times
Mall - voted 50 times
Ice Cream Van - voted 2 times
How would I display it in a fashion similar to this?:
General Store
20
Mall
50
Ice Cream Van
2