LOTUSSCRIPT/COM/OLE CLASSES


GetNextNoteID method
Example

Given a note, finds the note immediately following it in a collection.

Defined in

NotesNoteCollection

Syntax

nextNoteID$ = notesNoteCollection.GetNextNoteID( noteID$ )

Parameters

noteID$


Return value

nextNoteID$


Usage

If no next note exists, this method returns an empty string.

This method raises an error if the parameter is an invalid note ID.

Language cross-reference

getNextNoteID method in Java NoteCollection class

Example
See Also