Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question on Collections

Status
Not open for further replies.

jerjim

Programmer
Jan 4, 2001
85
PH
IN a collection object, you can retrieve an item by providing it's key.

My question is: How can you retrieve the key of an item.
That is, you know the item. What then is it;s key?

 
You can't . . . I needed to do this in the past and I ended up writing my own collection class wrapper (CoCollection) that would allow me to programatically get the string index keys. - Jeff Marler B-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top