Hello,
I have the following Table
Name Min Max Nvals
A -5 6.7 6
B -10 23 4
C 2 15 3
I am looking for a code that generates all the sets of [A B C] that include all the possible variatiosn as defined in the Table
The cath is that the code has to be able to cope with an apriori unknown number of variables , so nested loopes option seems to me unusable
Thank you
I have the following Table
Name Min Max Nvals
A -5 6.7 6
B -10 23 4
C 2 15 3
I am looking for a code that generates all the sets of [A B C] that include all the possible variatiosn as defined in the Table
The cath is that the code has to be able to cope with an apriori unknown number of variables , so nested loopes option seems to me unusable
Thank you