Lotus Notes FAQ Visit Our Sponsor!

How do you display a number field with leading zeroes?

For a number with exactly 5 characters in its display:
  textnum := @Right("00000" + @Text(num);5);


Applies to Notes Versions: 3, 4, 4.5, 4.6, 5
Last Modified: August 26, 1996