thankyou for your reply and questions. To clarify further, if I had five columns of digits (all integers) and needed all possible combinations. Let's say I had the the following integers in column one. (1,3,5). In column two I had (3,5,7). In column three I had (5,7,9,). In column four I had (7,9,11). In column five (9,11,13).
I need all combinations that are in consecutive order from least to greatest. For example, combinations such as:
1,3,5,7,9
1,5,9,11,13
are allowed
5,3,7,11,13
5,5,9,11,13
are not allowed
no two numbers are allowed to repeat and any number to the right is not allowed to be less in value to the one to the left.
Again, any help would be greatly appreciated.
Thankyou
Bookmarks