hessam Posted March 14, 2019 Posted March 14, 2019 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
jaclaz Posted March 14, 2019 Posted March 14, 2019 You will need to define *any*. Any *like* 2-10, 2-100, 2-1000, 2-100000, etc. jaclaz
jumper Posted April 26, 2019 Posted April 26, 2019 (edited) > 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, 2019 by jumper fixed bolding issue
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now