.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


getNext method
Example

This method returns the next JavaMethod object in the enumeration.

Defined in

JavaMethodCollection

Syntax

Set javamethod = javamethodcollection.getNext()

Return value

JavaMethod. The next JavaMethod object within the enumeration. If you pass the last method within the enumeration, the first one will be returned.

Example
See Also