.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


FindNextString method
Example

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$


options$ Return value

flag

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