Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I make sure to cover it all?
Message
From
08/07/2011 16:30:58
 
 
To
08/07/2011 16:06:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01517745
Message ID:
01517750
Views:
63
>I have to make sure to cover all combinations
>
>For example I have 3 records in my cursor. I want to make sure that I do the following
>
>Sequence of tests
>
>record 1 then record 2 then record 3
>record 1 then record 3 then record 2
>record 2 then record 3 then record 1
>...
>
>so in total the six combinations
>
>1,2,3
>1,3,2
>2,1,3
>2,3,1
>3,1,2
>3,2,1
>
>There could be more than 4... eventually
>
>How can I make sure to do it programmatically?

Hi,

what you are looking for are permutations. An example and coding can be found at http://fox.wikis.com/wc.dll?Wiki~PermutationsAndCombinations

Best regards,

Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform