Description
Returns the match percentage between the ANSI data in the object and the given string. The comparison is case insensitive.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.StringMatchPercentNoCase strValue
Parameters
Object is a reference to the Zone or Line object. For more information, see Zone Object(page Zone Object)or Line Object (page Line Object).
StringMatchPercentNoCase is the command.
strValue is an expression defining the string to use in the comparison.
Example