The objects are the same type of objects and the values they can hold I guess will be int. Wheather there are 2 or 10 objects the objects will always have the same values between themselves wheather the values will be (1,2,3) or (1,2,3,4,5).
Thanks for answering!
I'm not sure if I'm following you but I will try to figure it out.
I don't know what more I can tell about the problem.
I will have objects that can have values and the number of values will always be the same for all the objects. I would like to render a list...
Hi,
Can anyone give me an idea of how to be able to browse through a set of combinations?
Lets say that I have 3 objects that can hold 3 different values and I want to browse through these. How do I know which is the next combination? I will always know how many values every object can...