Skip to Content
0
Former Member
Dec 01, 2008 at 11:51 AM

To find all possible combination

419 Views

Hello ...

I need to find all the possible combination of a sequence ..

for exapmle sequence {1,2,3,4 }

1,2,4,3 and 1,4,2,3 : 1,4,3,2 and so on.....

Any Standard functionality(FM,Method..etc) or a way to move ahead in this will be helpfull