I am trying to use the addLeadingZeros function to print the leading zeros that are present on Employee field
FullEmpID = addLeadingZeros(Employee, 9)
FullEmpID is defined as an Integer and assigned an initial value of 0
The result is not left zero-filled