If-Then-Else Statement
The statement “if... then... else” executes a contained script if the specified requirements are met. If not, another script is executed instead. Including “switch... do... case” and “while... do”, this script element is one of the “conditional” statements that only perform actions with regard to appropriate conditions.
Contents
- Syntax of the statement “if... then... else”
- Example text box
- Sample selection field
- Example number field
- Example appointment field with styled () function
In our documentation, you can find step-by-step instructions on the subject of “If-Then-Else Statement”.