I am new to vb6.o so if its a stupid question dont be mad.
here is what i am trying to do I am trying to populate a collection with item and key eg
Topic.SoCollection.Add(strSolution, CStr(bAnsID))
now how can i retrieve the value stored in bansid
like for strSolution i can use
topic.soCollection.item(index)
what can be used for BansId.
Also please let me know if you think its not possible to do that.
Thanks
here is what i am trying to do I am trying to populate a collection with item and key eg
Topic.SoCollection.Add(strSolution, CStr(bAnsID))
now how can i retrieve the value stored in bansid
like for strSolution i can use
topic.soCollection.item(index)
what can be used for BansId.
Also please let me know if you think its not possible to do that.
Thanks