Add 00 in front of numbers

Is there a way to add 00 in front of the numbers?

so the list would end up as:

001
002
003
004
005
006
007
008
009
010
011
012
013
ā€¦

I think you will need to transform them as strings to do it

Try this:

image

1 Like

Thanks

You can also try the RIE package for some indexing and zfill options: