GoRightWord
Moves the specified number of words to the right of the previously found word or phrase.
Syntax
bool GoRightWord (strParam)
Parameters
An integer indicating the number of words to move to the right. 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 right 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("Tax")GoRightWord("1") GoBelowWord("1") UpdateField()If the fingerprint has a table with columns such as Total and Tax, the actions above will locate the Total amount below ("13,774.00"):
Tax Total 344.76 13,774.00