.

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


FindNthElement method
Example

Moves the current position to the element at a specified position within elements of the same type.

Defined in

NotesRichTextNavigator

Syntax

flag = notesRichTextNavigator.FindNthElement( type% [, occurrence& ] )

Parameters

type%

occurrence&
Return value

flag

Usage

This method returns False if the specified position does not exist.

You can use this method as a basis for future navigation, for example, with FindNextElement if occurrence is explicitly specified.

Language cross-reference

findNthElement method in Java RichTextNavigator class

Example