FORMULA LANGUAGE


@Do
Example

Evaluates expressions from left to right, and returns the value of the last expression in the list.

Syntax

@Do( expressions )

Parameters

expressions


Return value

lastExpression


Usage

This function is useful in agents, hotspot buttons, and toolbar buttons and when you want to execute multiple expressions from within a single @function. It does not work in column or selection formulas.

Example
See Also