|
Hi All,
I am new to the world of VB scripting. I am trying to get some help writing a VB script that generates all possible combinations of words from the letters provided.
for ex: Input -> {a,b,c}
expected outpur - > abc
acb
bac
bca
cab
cba
Any help would be great
Cheers
Gopal
|