Yes, I don’t seem to have explained myself very well.
I want to be able to generate the various ordering of the values no matter if numbers or letters.
So as you say 1.2.3.4.5 or a.b.c.d.e in its many permutations.
If 5! = !20 permutation then I wish to generate them as an array.
If 6! = 720 Permutations and so on…
Just wish I could find the Program I wrote years ago…
Thanks for any help.