Numeric String Data Type Parameters

Setting Description

Minimum Length

Minimum length for the text (must be either zero or a positive number).

Maximum Length

Maximum length for the text (must be either zero or a positive number).

Padding

Total length (0-40) of the string to be zero padded up to, with 0 meaning no padding is added. For example, if you set the Padding to 10 and your numeric string value is 7 digits long, three zeroes are prepended to the string to get to 10 places.