Recent content by rockoroll

  1. R

    Formua to browse through combinations

    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).
  2. R

    Formua to browse through combinations

    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...
  3. R

    Formua to browse through combinations

    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...
Back
Top