I suggest using $base(NR,10,10,2,0).
You might want to increase the third param, "zeropad" for further compatibility with higher numbers. For example $base(55,10,10,4,0) will return 0055

Last edited by Horstl; 13/08/07 08:49 PM.