MinLength

Determines whether the number of characters in the located word is less than or equal to the number specified.

Syntax

bool MinLength (StrParam)

Parameters

An integer specifying the minimum number of characters the word or phrase can contain. Smart parameters are supported.

Returns

False if the parameter is not Numeric, or if the actual number of characters is less than the parameter. Otherwise, True.

Level

Page or field level.

Details

Compares the number of characters in the located word or phrase to a minimum number you supply as the parameter. Regardless of being called at the page or field level, this action operates on the recognized text for the current page.
Example
If the recognized value of the word or phrase is: ABC1
MinLength("4") returns TRUE
MinLength("3") returns TRUE
MinLength("6") returns FALSE