Syntax
OTHERWISE
Parameters
Otherwise can be abbreviated as OW.
The Otherwise logic command is preceded by a BeginCase logic statement, then by a set of Case logic statements, and followed by logic statements to execute if none of the cases specified by the preceding Case logic statements are true, and finally by an EndCase logic statement.
Description
The Otherwise logic command specifies the default behavior of a case statement. It specifies the logic to execute when no other case conditions apply.
Refer to Case.