Do you know of any efficient code that works like a tree diagram; given several strings, it could work out every possible combination?
Sunny
Printable View
Do you know of any efficient code that works like a tree diagram; given several strings, it could work out every possible combination?
Sunny
Maybe you can use Array's for it, Well if you want to use those things
check this link out. ;)
http://www.vb-world.net/beginning/arrays/
I'm familiar with arrays, it is the way of combining them efficiently that I can't get, right now what I'm trying to work out has 24^24 (1.333735777x10^33) possibilities so....
Sunny