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
Notes/Domino Version
R3
R4
4.5
4.6
R5
6
6.5
7
8
Search