Page 1 of 1

Computing all possible combinations using string variables ?

Posted: Sat Aug 23, 2014 5:40 am
by lceballos
I have 7 string variables "X1", "X2",...."X7". I am trying to compute all possible combination using all string variables "X1X2X3X4X5X6X7", "X2X1XX4X5X6X7"... and so on.

My question is, HOW can I do it?. The command reference was not indicate any particular command to do that.

I really appreciate any insight on this.