Hi everybody,
If I have 3 numbers, the list of all combinations is :
3*2*1 = 6 possibilities :
123 132 213 231 312 321
If I have 7 numbers, there are 5040 possibilities (7*6*5*4*3*2*1).
:sign0085: : how can i list all of these possibilities ?
Thank you for the help.
Ed
If I have 3 numbers, the list of all combinations is :
3*2*1 = 6 possibilities :
123 132 213 231 312 321
If I have 7 numbers, there are 5040 possibilities (7*6*5*4*3*2*1).
:sign0085: : how can i list all of these possibilities ?
Thank you for the help.
Ed