Hi there, im having a little problem. I have a class (Box) and a Class (Item). Obviously a box can have items. I would idealy like to be able to say:
Box.Item(1).Name = Item1
Box.Item(2).Name = Item2
And so on. How would i code this, i cant seem to work it out, ive tried all sorts and run out of ideas. Could any body point me in the right direction or tell me where i could find out more about this.
Thanks
James Proctor
Box.Item(1).Name = Item1
Box.Item(2).Name = Item2
And so on. How would i code this, i cant seem to work it out, ive tried all sorts and run out of ideas. Could any body point me in the right direction or tell me where i could find out more about this.
Thanks
James Proctor