Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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