Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2008
    Posts
    146

    All words possibles

    I wonder whether I do or how to write a word and give it all possible solutions with the same word, is how it is ....

    E.g.

    Initial Word: Word

    Drow
    rdow
    wrdo
    etc.

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by sermak View Post
    I wonder whether I do or how to write a word and give it all possible solutions with the same word, is how it is ....

    E.g.

    Initial Word: Word

    Drow
    rdow
    wrdo
    etc.
    Need a lot of string work.

  3. #3
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778
    Quote Originally Posted by sermak View Post
    I wonder whether I do or how to write a word and give it all possible solutions with the same word, is how it is ....

    E.g.

    Initial Word: Word

    Drow
    rdow
    wrdo
    etc.
    Google 'mathematical permutations' - you will find that a 3 letter word has 6 different combinations/permutations (3*2*1); and a four letter word would have 24 different permutations (4*3*2*1); etc.

    Given that information, I'm sure a function could be written to assemble all possible combination for you; however the combinations for larger words could be staggering.

    hth & good luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts