GroupWordsLEFT

Groups words to the left of the previously found word if they are no more than the specified number of character widths apart.

Syntax

bool GroupWordsLEFT (nSpaces)

Parameters

Long value of the maximum character width separating words to the left of the current word. Smart parameters are supported.

Returns

Always True.

Level

Page or field level.

Details

Groups only words to the left of the located word if the target words are separated by a character width equal to or less than the character width you specify as a parameter. Regardless of being called at the page or field level, this action operates on the recognized text for the current page.
Example
WordFind("000")
GroupWordsLeft("2")

If a line contains these words:
Found 20 000 US Treasury bills.   

the GroupWordsLeft action merges "20" with "000" to produce:

20 000