defaultcase

The defaultcase statement works together with the case statement to specify statements that will be executed if none of the case statements are true.


Parameters

No parameters.


Description

The defaultcase statement identifies a section of code to be executed if none of the case statements in a group are true. The defaultcase statement should be used before the endcase statement, but after the last case statement. See the case statement for more details and examples.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.