DTRHELP.HLB  —  Commands Statements Clauses, IF THEN ELSE Statement, Arguments
    boolean-expression

       Is a Boolean expression.

    THEN

       Is an optional language element you can use to clarify syntax.

    statement-1

       Is a simple or compound statement you want DEC DATATRIEVE to
       execute if the Boolean expression evaluates to true.

    ELSE statement-2

       Specifies the statement you want DEC DATATRIEVE to execute if the
       Boolean expression evaluates to false.
Close Help