I have created a user interface that contains text boxes. The user will enter a number in the first text box. The number will be written to a file as 6 digits.
If the user enters less than 6 digits in the text box, how do I use the Format Function to place zeros in the numeric field to make a 6 digit number?
If the user enters less than 6 digits in the text box, how do I use the Format Function to place zeros in the numeric field to make a 6 digit number?