Another VB Question

Discussion in 'Software' started by NightStalk3r, Sep 24, 2003.

  1. NightStalk3r

    NightStalk3r Private E-2

    Hello again,
    I need to know how to delete every member of a collection that i make during my program. Is there a simple way to do this?
    Thanks
     
  2. Kodo

    Kodo SNATCHSQUATCH

    which collection..
     
  3. NightStalk3r

    NightStalk3r Private E-2

    it is a custom collection i make during suntime
     
  4. Kodo

    Kodo SNATCHSQUATCH

    did you try setting it to "NOTHING" ?
     
  5. NightStalk3r

    NightStalk3r Private E-2

    you cant set it to nothing, the only options that can be accepted with a collection are: add, remove, count and item. the remove property only lets you remove a certian member
     
  6. Stickboy

    Stickboy Private E-2

    Can't you just set your Collection Object to nothing?

    Code:
    Set myCollection = NOTHING
    
    Wouldn't that just destroy it?

    Would this work?

    Code:
    
    Dim iCount as Long
    
    For iCount = 1 to myCollection.Count
        myCollection.Remove iCount
    Next
    
    
    You can find more info here.
     
  7. Kodo

    Kodo SNATCHSQUATCH

    yeah, you can loop through.. but I too thought that it would be as easy as just

    set mycollection=nothing

    you do it with recordsets.. a collection is a collection..
     
  8. NightStalk3r

    NightStalk3r Private E-2

    The loop will work, but it will not always delete every member of the collection if it is above 4 members i think. :(
     
  9. NightStalk3r

    NightStalk3r Private E-2

    i figured it out
    the reason the loop will not work, is because the count keeps changing. the way to remove the collection entirely

    Set MyCollection = NOTHING
     
  10. Kodo

    Kodo SNATCHSQUATCH

    ya figured it out eh? the other two posts didn't give you a clue did they? ;)
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds