Pads a number with leading zeros until it reaches the desired length.
format zero d to g
d number g digits
Source print (format zero 25 to 4)Execution 0025

Pads a number with leading zeros until it reaches the desired length.
format zero d to g
d number g digits
Source print (format zero 25 to 4)Execution 0025