- Joined
- Apr 16, 2010
- Messages
- 3
- Reaction score
- 0
Is it possible to count the number of times a value appears in a column in a listbox?
If so, how would I go about it?
The value I would be looking for is: lstClaims.Column(2) which would be the currently selected value. This is a single select listbox.
I'm assuming I'm going to have to run a loop but I cant figure out how to go about the comparison. And yes I could filter the listbox, but I want to have this figure available on every selection.
If so, how would I go about it?
The value I would be looking for is: lstClaims.Column(2) which would be the currently selected value. This is a single select listbox.
I'm assuming I'm going to have to run a loop but I cant figure out how to go about the comparison. And yes I could filter the listbox, but I want to have this figure available on every selection.