3.3 Batch Create Numbers

Top  Previous  Next

Batch Create Number can easily create many numbers with same pattern. For example, we will create 100 numbers such as

1234567800,

1234567801,

...

1234567899,

 

The difference between the 100 numbers is that the last 2 characters of each number are different, if we use wildcard '(*)', we can express the pattern as below:

12345678(*)

 

Wildcard length is the length of the different characters between the numbers,

For example:

From 01 to 10, the wildcard length is 2,

From 001 to 010, the wildcard length is 3.

 

NOTE: when enter the value from xxx to xxx, although we want from 01 to 10 or 001 to 010, we just enter from 1 to 10 after we set the wildcard length. The textbox at bottom will show you the first and the last number of your pattern.

 

clip0017