Results 1 to 2 of 2

Thread: How can I chenge the Key of a collection...?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Location
    Florida, USA
    Posts
    93

    Question How can I chenge the Key of a collection...?

    If I populate a collection with: A,key=1 B,key=2 C,key=3
    and D,key=4 and then if I remove item B which is key=2, how can I re-arrange the keys to be A,key=1 C,key=2 and
    D,key=3 ....????

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    no can do --- you'd have to remove all elements and then reinsert them with the keys you want

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width