Hi statausers,
I have a very basic question. I need to start from
. And what I want to obtain is all the possible global combinations of these 5 variables. So for example, one possible output would be
Any hint on how to do it?
I have a very basic question. I need to start from
Code:
global variablelist var1 var2 var3 var4 var5
Code:
global variablelist var2 var3 var4 var5 var1

Comment