Returning all possible combinations of values!!!
Hi buddies,
Can u suggest me a method that can return all possible combination of values from a set of values and place it in a txt file?. Anyway i only need the method returning all possible combinations!
For example:
A = {2.0,3.5,6.7,8.9,9.9,10.0}
one of the combination can be: 2.0,6.7,3.5,8.9,9.9,10.0;
Please help.
Regards

