If conditions

If constructs are used to distinguish a case in the course of the program.

TCE supports the following constellations:

 

 

More:

Simple condition (If…End If)

Condition and Alternative (If... Else... End If)

Condition and several alternatives (If... Else If... End If)