Thread: Combinations
View Single Post
Go4Expert Member
9Aug2006,00:53  
vlado_036's Avatar
I have a string array with 16 elements (A01,A02,A03,...,A14,A15,A16) and i would like to create a new string array which wil contais all of the combinations with 8 elements of this array. I need a code on how to complete this task.