LOTUSSCRIPT/COM/OLE CLASSES
Given a note, finds the note immediately following it in a collection.
Defined in
NotesNoteCollection
Syntax
nextNoteID$ = notesNoteCollection.GetNextNoteID( noteID$ )
Parameters
noteID$
nextNoteID$
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