Description
Read-only. Returns True if the given object is not entirely numeric.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.IsNotNumeric [ strChars ]
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).
IsNotNumeric is the command.
strChars is a list of other characters that are considered numeric. If this optional parameter is empty or not present, the only valid numeric characters are Arabic numerals 0 through 9.
Example