I have a Vector (onLoanList) that holds ResourceID's and BorrowerID's. The ResourceID's are unique but it can have multiple instances of the BorrowerID's.
I need to iterate through the list and grab the BorrowerID's, that bit's easy, but then I need to display them (still easy) but when there are multiple instances I need it to display only once.
When I get that sorted I also need to count through so that the borrower ID is recorded only up to 4 times
Any help greatly appreciated
I need to iterate through the list and grab the BorrowerID's, that bit's easy, but then I need to display them (still easy) but when there are multiple instances I need it to display only once.
When I get that sorted I also need to count through so that the borrower ID is recorded only up to 4 times
Any help greatly appreciated