
Newbie needs smart persons help....
Hi....
I am trying to create an array of ( x items) from a list of ( y
different items)
x < y
i want every possible combination of y in the array
.eg.
y= a b c d
array would be
a b c
a b d
a c d
b c d
how would i code this ??
all help appreciated......