.

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


ListTag function
Example

Returns the name of the list element currently being processed by a ForAll statement.

Syntax

ListTag ( refVar )

Elements

refVar


Return value

ListTag returns a String that is the name of the list element currently referred to by refVar.

ListTag generates an error if refVar is not the reference variable specified in the ForAll statement.

If Option Compare NoCase is in effect and the character set is single byte, names are returned as all uppercase. Option Compare has no effect if the character set is double byte.

Usage

The ListTag function is valid only inside a ForAll block whose target is a list.

Example
See Also