View Single Post
Old 03-30-2011, 08:45 AM   #23
The_Cobra
Minors (Rookie Ball)
 
Join Date: Nov 2009
Location: Carlton, Nottingham - 5 mins down the road from Frochy!
Posts: 28
Quote:
Originally Posted by Syd Thrift View Post
does VB allow you to use collections rather than arrays?
Yep, its the one thing I've been trying to read up on over the last couple/few days.

Explore the various benefits of the Collection object in VB6 | TechRepublic

^ That link does'nt go into deep detail, but it does show that vb6 handles collections. The biggest challenge I'm facing is knowing how to put a collection together and using them in the context of this mod. Most of the examples I've seen of using collections dont come close to using them how I'm going to need to use them, so learning about them (in the context that I need to) is slow going. I'm fine when I have examples to work with of a similar context because then I can adapt code to do what I need it to do, but I have'nt even got a starting point with this stuff. At the moment I'm working with string and integer variables and thats all the boxers are at the moment, just a bunch of variables in a table.
The_Cobra is offline   Reply With Quote