I think thats an appropriate description.
I have a string eg "12212432"
User selects from 2 to 8 (subject to length of string) positions to swap around.
For this example user selects only 3 positions being psitions 2,4 &5
How would I reproduce this string swaping those characters around to get all possible permutations.
-2-12---
1x2xx432
Result
12221432
11222432
perhaps not the best example
I have no clue
I have a string eg "12212432"
User selects from 2 to 8 (subject to length of string) positions to swap around.
For this example user selects only 3 positions being psitions 2,4 &5
How would I reproduce this string swaping those characters around to get all possible permutations.
-2-12---
1x2xx432
Result
12221432
11222432
perhaps not the best example
I have no clue