GetPos (NotesViewNavigator - LotusScript®)

Returns the entry at a specified position in a view navigator.

Defined in

NotesViewNavigator

Syntax

Set notesViewEntry = notesViewNavigator .GetPos( position$, separator$ )

Parameters

position$

A position in decimal format; for example, "1.2.3" is the third response to the second response to the first entry, using the period as a level separator.

separator$

The separator between position levels.

Return value

notesViewEntry

NotesViewEntry. The entry at the specified position. Returns Nothing if there is no entry at that position.

Usage

This method moves the current pointer to the retrieved entry unless the return value is Nothing.

Example