ENDSELECT

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

  Syntax
ENDSELECT
  Returns

This command does not return a value.

  Description

An endselect statement specifies the end of a select statement.

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

CORE Commands Menu
Index