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