GoLeftWord
Moves the specified number of words to the left of the previously found word or phrase.
Syntax
bool GoLeftWord (strParam)
Parameters
An integer indicating the number of words to move to the left. Smart parameters are supported.Returns
True if a word is found. Otherwise, False.Level
Page or field level.Details
Starting from a word or phrase found by a previous Locate action, the location position is moved to the left on the current line by the number of words indicated by the input parameter. Subsequent Locate actions can then perform additional operations on this located word. Regardless of being called at the page or field level, this action operates on the recognized text for the current page.Attention: If the action is added with an empty or
non-numeric parameter, the action will default the argument to '1'.
This action is always called after a search action has been used.
- Example
WordFind("Total") GoLeftWord("1") GoBelowWord("1") UpdateField()If the fingerprint has a table with columns such as Total and Tax, the actions above will locate the Tax amount below ("344.76"):
Tax Total 344.76 13,774.00