CASE
Use this command in combination with SELECT, ENDCASE and ENDSELECT to create a select statement. A case statement specifies the value that if matching the contents of the variable, will run the code below it.
SYNTAX
CASE Data
RELATED INFO
CORE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example