Combinations function

derez

Expert
Licensed User
Longtime User
As a reply to Stellaferox request I wrote a short program which includes a sub to calculate all the combinations of "a out of b" and provide them in an array and in text file.
It use a recursive sub to overcome the problem of unknown number of for-next loops.
It may help you, all card players...;)
 

Attachments

  • combinations.zip
    849 bytes · Views: 328
Top