Restrict user input field length

I am using Notes Designer 6. I am curious if your can restrict the length of a numeric input field. Users need to input serveral fields on my form and all of them need to be an exact length. How do you restrict them to a 2 or 3 or 4 didgit input and also require the exact length?

Bruce

Subject: Use the @Length command…

You can use the @Length command to determine the number of characters in a “string”.

Since you are using a numeric field you can convert it to a string using @Text first and then check the length of the text to do your validation.