Hi,
/Nodup is a great option. But it produces the old problem with 1 digit, then 2 digit numbers where they end up mixed up from a sorting point of view as follows.
1
10
11
12
13
..
2
20
21
etc
I suggest that the /Nodup command have a pad option to zero fill the high order positions, and thus:
001
002
003
..
010
011
etc.
Thanks
Bushy