IsFieldLengthMin
Checks the character length of the current Field object's captured value to see if its length is equal to or longer than a number n.
Syntax
bool IsFieldLengthMin (StrParam)Parameters
A number n designating the minimum length of the value. Smart parameters are supported.Returns
False if the parameter that you enter is not numeric, or if the number of characters is less than the parameter's value. Otherwise, True.Level
Field level.Details
- Example
IsFieldLengthMin("6") EU2240 returns True EU22 returns False