Use this command in combination with SELECT, CASE and ENDCASE to create a select statement.
ENDSELECT
This command does not return a value.
An endselect statement specifies the end of a select statement.
var=2 SELECT var CASE 2: PRINT "var is two" ENDCASE ENDSELECT WAIT KEY
CORE Commands Menu Index