ENDCASE

Use this command in combination with SELECT, CASE and ENDSELECT to create a select statement.

  Syntax
ENDCASE
  Returns

This command does not return a value.

  Description

A caseend statement specifies the end of a piece of code you are specifying for a case statement.

  Example Code
var=2
SELECT var
CASE 2:
PRINT "var is two"
ENDCASE
ENDSELECT
WAIT KEY
  See also

CORE Commands Menu
Index