LOTUSSCRIPT/COM/OLE CLASSES
Positions navigator to nth match of the current name in the navigator and returns the value of the current item.
Note This method is new with Release 8
Defined in
NotesDirectoryNavigator
Syntax
value = notesDirectoryNavigator.GetNthItemValue (n%)
Parameters
n%
value
Positions navigator to the nth match of the current name, and updates the CurrentItem property with the item name.
The only way to advance the current item is by use of the GetNextItemValue property.
This method always returns an array. If it is a single valued item, only the first value of the array will be populated.
Language cross-reference
getNthItemValue in Java DirectoryNavigator class
Example