.

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

FORMULA LANGUAGE


@Transform
Example

Applies a formula to each element of a list and returns the results in a list.

Note This @function is new with Release 6.

Syntax

@Transform( list ; variableName ; formula )

Parameters

list


variableName
formula
Return value

list


Usage

An iteration of the formula can return a list, which adds multiple values to the return list.

@Transform returns an error if any iteration of the formula returns an error.

If an iteration of the formula returns @Nothing, no element is added to the return list.

Language cross-reference

ForAll statement of LotusScript language

Example
See Also