Results 1 to 13 of 13

Thread: Need Help With Combination Generator Source

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2007
    Posts
    278

    Question Need Help With Combination Generator Source

    I have nice combination generator but there is one disadvantage:

    There is no possibility to choose minimal length of combination.
    You can choose maximal length of combination but not minimal.

    I have one idea to use this:
    Code:
    If LogToFile And STRblah > txtMiniLen.txt Then
        Print #1, STRblah
    End If
    But this is bad solution because need wait while generator generate all combinations > txtMiniLen.txt

    So maybe someone can help me and show me how to add "minimal length of combination" parameter to this combination generator.

    Combination Generator.zip <-- ZIP
    Combination Generator.rar <-- RAR
    Last edited by Lauriux1; Jan 6th, 2008 at 01:39 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width