.

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


getNth method
Example

This method returns the Java property in the specified position in the enumeration.

Defined in

JavaPropertyCollection

Syntax

Set javaProperty = javaPropertycollection.getNth(n)

Parameter

n

Integer. The exact position within the enumeration to get the property from.

Return value

JavaProperty. The property in the nth position in the enumeration. If there is no property at the specified position, the method returns null.

Example
See Also