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