Dear all,

I am looking for a way to generate all possible combinations of 10 variables, i.e. the sum of var1 and var2, of var1 and var3, .... of var1 + var2 + ... + var10.

Is there any efficient way to achieve that goal?

Many thanks in advance.