10. Using Report-Writer : Types of Report Specification Statements : Conditional and Assignment Statements
 
Share this page                  
Conditional and Assignment Statements
Use these statements to specify alternative blocks of statements or to assign values to variables:
The .if, .then, and .else statements specify alternative blocks of statements to be executed under specified conditions.
The .let statement assigns a value to a variable, which can be used in subsequent computations.