IsFieldLengthMax
Checks that the character length of the current Field object's captured value is equal to or less than the value set as a parameter.
Syntax
bool IsFieldLengthMax (StrParam)
Parameters
A number n designating the maximum 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 exceeds the value of the parameter. Otherwise, True.Level
Field level.Details
- Example
IsFieldLengthMax("6") EU2240 returns True EU002240 returns False