Lotus Notes has a collection of objects that allows you to use a string to refer to the index.
Is there a VB6 equivalent function or a class that exists?
What I am doing is going through a grid controls contents that isn't sorted, building a string of values that the user has entered like;
(I'll separate the columns with commas for this example)
Make, Result
Ford, A
Ford, B
Ford, C
GMH , A
GMH, D
The resultant list will have; (I am using the ~ as a deliminator)
The code would say;
Which if you debugged would look like;
The Lotus example is this in case my example above doesn't make sense.
Thanks for any assistance with this.