Hi,
Does anybody can tell me how can I select all sub set from list.
it means that if i have a list that contains values {1,2,3,4}
I want to get all those sub list
{1,2,3,4,12,13,14,23,24,34,123,124,234,1234}
I try to make it in many ways but it fails again and again.
code sample can help very much.
Thanks.