next up previous contents index
Next: Catch Up: Keywords Previous: Case   Contents   Index


Case Else

Syntax:
CASE ELSE:statements block

To provide special action in the case when no Case blocks executed, you can place Case Else statement at the bottom of the corresponding Select Case construct.

See also: Select Case (1.3.44), Case (1.3.4)



root 2004-04-05