I am having a hard time trying to figure out something and was wondering if anyone could point me in the right direction,
ok....say I have x number of attributes
ex. ABCD
How could I write code to find every combination of the 4 letters but no two combinations have the same letters in them.
A,B,C,D,AB,AC,AD,... ABC,BCD...ABCD etc.
and if it has BCD then it won't have CBD.
Also it has to work no matter how many attributes are entered.
Any help would be greatful.
Thanks so much.