contents.gifprev1.gifnext1.gif

NOTANY

Seeks any character not identified in a buffer, range, or string.

Description:

NOTANY matches a specified number of characters other than those identified in the buffer, range, or string designated in the first parameter. The integer in the second parameter tells NOTANY how many characters to match in its pattern. The second parameter's default is 1.

Syntax:

pattern := NOTANY ( {buffer | range | string} )

pattern := NOTANY ( {buffer | range | string}, match_length )

Example:

non$digits := NOTANY ("0123456789");

Errors:

TPU$_CONTROLC Execution aborted by [CTRL-C].

TPU$_MINVALUE The parameter is lower than allowed.