findNextString (NotesRichTextNavigator - JavaScript™)
Moves the current position to the beginning of the next occurrence of a string in a rich text item after the current position.
Defined in
NotesRichTextNavigatorSyntax
findNextString(target:string)
: boolean
findNextString(target:string, options:int)
: boolean
Parameter | Description |
---|---|
String target |
The search string. |
int options |
Any of the following. Specify multiple options
by combining them with addition or logical ORs.
|
Return value | Description |
---|---|
boolean |
|