DavidRoger
Board Regular
- Joined
- Oct 2, 2011
- Messages
- 135
Hi all,
I have been sorting the number 123456 to get a list of number. The numbers 123456 have sub-number each and are limited from 01 - 58. And there are not repetition among the sub-number.
Example: The first number shall be view as 10203040506, second is 10203040507,...
I have found a way to do it but I am not sure if I have done everything correctly because the process is long.
I want to counter check my list if you have a better solution.
I have been sorting the number 123456 to get a list of number. The numbers 123456 have sub-number each and are limited from 01 - 58. And there are not repetition among the sub-number.
Example: The first number shall be view as 10203040506, second is 10203040507,...
I have found a way to do it but I am not sure if I have done everything correctly because the process is long.
I want to counter check my list if you have a better solution.