Skip to main content

ELSEIF

Clause of block-oriented IF command.

Synopsis

ELSEIF expression,... { code }

Refer to IF command for complete syntax.

Description

ELSEIF is not a separate command, but a clause of the block-oriented IF command. You can specify one or more ELSEIF clauses in an IF command, or you can omit the ELSEIF clause. Refer to the IF command for details and examples.

See Also

FeedbackOpens in a new tab