SrchFlag

This bit flag property sets or returns the string construction rules for a single format string.

Bit 1: Contains the "Compare case sensitive" option. Use this option to make the candidate search case-sensitive.

Bit 2: Contains the "Keep spaces between connected words" option. Use this option to keep the spaces in the format string.

Bit 3: Contains the trigram method. If set to CdrTypeTrigram, the new trigram method added in 5.8 is used, otherwise the trigram method of the version 5.7 and before is used.

Use the bit-wise operators Or and And Not to set or clear the options.

Note: The options "Compare case sensitive" and "Keep spaces between connected words" on the General tab of the "Format Analysis Engine" settings in Designer refer to all Format Strings.

Syntax

SrchFlag (index as Long) as Long
Parameter Description
Index Zero-based index of the format string list.

Possible values

0 to FormatCount-1

See also

  • "Rules for string construction from words" in the Brainware Intelligent Capture Designer Help.