How do you get auto numbering wizard to do more than 2 digits with leading zeros?

i.e. 0101,0102.....1009, 1010.

Marc

You can use the ANW to fill in the track field and use an action

Action #1:
Action type: Format value
Field: TRACK
Formatstring: $num(%track%,4)

to add the leading zeros.

Kind regards,
Florian

Thanks - I hate having CD 01, CD 02,...CD10, CD11 I would rather have them sequentially numbered.

Marc