This is probably a dumb question, but oh well, thats what this forum is all about I guess. I need to cycle through all of the instances of a class I created and I'm not able to do it. Any help would be appriciated. I tried some code similar to this:

For Each Instance in cPlayer
Instance.Property
Next

...but It didn't work.


Thanks