0

How do I make all possibilities in a loop?

Example ; a,b,c

abc
acb
bac
bca
cab
cba

for/next, for each or do/while? with Classic ASP

Alex K.
  • 171,639
  • 30
  • 264
  • 288
  • did you have a look at this: http://stackoverflow.com/questions/27561212/algorithm-to-generate-all-combinations-of-a-string-with-length-n-to-1 – kloarubeek Jan 08 '15 at 14:46
  • Have you actually sat down with a pencil and paper to have a think about the process? It's very logical and very easy. – Paul Jan 09 '15 at 10:42

0 Answers0