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:
Thanks
You can also try the RIE package for some indexing and zfill options: