March 14, 20197 yr hi need an script to re arrange word in maximum possible way and give them in output in text file with any number word i give in vb script example this is max sequence of this 3 word "Command utility text" i want put them in vb script and its generate all possible combined order Command utility text Command text utility utility Command text utility text Command text utility Command text Command utility thanks so much
March 14, 20197 yr You will need to define *any*. Any *like* 2-10, 2-100, 2-1000, 2-100000, etc. jaclaz
April 26, 20197 yr > all possible combined order all possible permutations There is only one word combination (the input), but n! word permutations (if no repeated words). "Any" should probably be limited to 1..6 unique words. Edited April 26, 20197 yr by jumper fixed bolding issue
Create an account or sign in to comment