isstopword (not supported in Axiell Collections)

Syntax

stat = ISSTOPWORD( 'word')

Arguments

stat: integer

word: text

Meaning

stat is 1 if the word occurs in the stop table and 0 if it does not.

Example

stat = ISSTOPWORD ('the')

Result

stat is 1 if the occurs in the stop table. In the standard application, this will very likely be the case. If the does not occur, stat will have the value 0.