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:06:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How can I make sure to cover it all?
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01517745
Message ID:
01517745
Views:
137
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?
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Next
Reply
Map
View

Click here to load this message in the networking platform