twoplustwo
Registered User.
- Local time
- Today, 13:25
- Joined
- Oct 31, 2007
- Messages
- 507
Hi guys, hope everyone is well.
I need to create 20 separate strings of 12 numbers in the following format:
1, 3, 4, 2, 5, 8, 9, 10, 2, 0, 7, 6
Lower boundary = 0, Upper boundary = 12
Each string needs to be unique, and I need to be able to parse any two numbers to the lower and upper boundaries. Have a couple of ideas but they're probably the long way round!
Thanks for any suggestions.
I need to create 20 separate strings of 12 numbers in the following format:
1, 3, 4, 2, 5, 8, 9, 10, 2, 0, 7, 6
Lower boundary = 0, Upper boundary = 12
Each string needs to be unique, and I need to be able to parse any two numbers to the lower and upper boundaries. Have a couple of ideas but they're probably the long way round!
Thanks for any suggestions.