Block

Defines a block of presentation expressions to run sequentially

Syntax

Block(expr1, expr2, ...)
expr1 = first block expression
expr2 = second block expression
... = nth block expression

Remarks

Simple value expressions are ignored.

This function can only be used in the context of a dynamic presentation formula and should not be used if a return value is expected.

Examples

Block(FontColor('blue'), FontStyle('b')) = defines the text's font as bold and blue

Classification

Layout