Code:

for $numName = 0 to 16

$strName=""+$numName
while len($strName)<5
$strName="0"+$strName
loop

? $strName
next

_________________________
How to ask questions the smart way <-----------> Before you ask