|
-
February 2nd, 2000, 03:58 PM
#1
duplicates in a lsit
I haven't gotten an answer for this one yet. The user can enter a number of items in a list. How can I determine what item has been repeated the most? In the list
1
2
3
there would be none. However, in the list
1
1
2
3
it would be 1. And in the list
1
1
2
2
3
it would be 1, 2. How could I do that?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|