Taxprep for Trusts 2020.3

Conditional Instructions

The following table describes the inserted instructions according to the element selected in the Insert> Condition menu:

Element

Description

IF .. END

Inserts in one step a complete conditional block that consists of the following instructions:
[IF () THEN]
[END]

IF .. ELSE .. END

Inserts in one step a complete conditional block that consists of the following instructions:
[IF () THEN]
[ELSE]
[END]

IF .. ELSE IF .. END

Inserts in one step a complete conditional block that consists of the following instructions:
[IF () THEN]
[ELSE IF () THEN]
[END]

IF .. ELSE IF ELSE .. END

Inserts in one step a complete conditional block that consists of the following instructions:
[IF () THEN]
[ELSE IF () THEN]
[ELSE]
[END]

[IF () THEN]

Inserts the starting instruction of a new conditional block.

[ELSE IF () THEN]

Inserts an intermediate instruction to add a level to an existing conditional block.

[ELSE]

Inserts an intermediate instruction to add a level to an existing conditional block.

[END]

Inserts the end instruction of a conditional block.