FindNextString (NotesRichTextNavigator - LotusScript®)

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

NotesRichTextNavigator

Syntax

flag = notesRichTextNavigator .FindNextString( target$ [ , options& ] )

Parameters

target$

String. The search string.

options$

Long. Any of the following. Specify multiple options by combining them with addition or logical ORs.

Return value

flag

Boolean.

Usage

For purposes of identity, this method finds an element of type RTELEM_TYPE_TEXTSTRING. You can use the NotesRichTextRange methods SetBegin and SetEnd on the navigator to delineate the string.

Language cross-reference

findNextString method in Java™ RichTextNavigator class

Example


Additional Documentation | Trademarks |