ProLinga-4GL Reference Manual |
---|
ELSEIF — Test for an alternative condition if previous condition is not met.
ELSEIF
dataref
comparator
dataref
[
{ AND
| OR
}
dataref
comparator
dataref
...]
The ELSEIF command executes a logic block if the condition is met and if previous IF ELSEIF conditions are not met. Structures can be nested.
<< ELSE Command | ENDFOR Command >> |