G
Guest
Hi,
Need help to permutate all the posible combination of string for example
Dim arr(2) As String
arr(0) = "A"
arr(1) = "B"
arr(2) = "C"
I need the list of posible combination like "ABC" , "ACB", ... etc
Thanks.
Need help to permutate all the posible combination of string for example
Dim arr(2) As String
arr(0) = "A"
arr(1) = "B"
arr(2) = "C"
I need the list of posible combination like "ABC" , "ACB", ... etc
Thanks.