Converts a numeric to character and adds leading zeros, in order to allow consistent sorting. Currently, this function is not used by the core framework functions anymore.
Usage
leadZeros(n, m)
Arguments
n
number (integer) to be transformed
m
maximum number that will be used to define how many leading zeros to attach
Value
input number "n" convverted to character and modified by attaching the required number of leading zeros