Personal Taxprep 2018.2

Notice: The information on this page is only for users of Personal Taxprep 2018. If you are using Personal Taxprep Classic 2018, consult the help available in the program.

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.