Xmarksthespot
New Member
- Joined
- Jan 21, 2017
- Messages
- 7
I have a collection (colA) that has a first item of (It) with a key of (" Ke")
I want to pass this item AND its key to a second collection (colB)
But.... using
colB.Add ColA(1) or colB.Add Col("Ke") only passes the item to the second collection and not its key.
Is there any way I can pass the value and its key to a different collection.
I want to pass this item AND its key to a second collection (colB)
But.... using
colB.Add ColA(1) or colB.Add Col("Ke") only passes the item to the second collection and not its key.
Is there any way I can pass the value and its key to a different collection.