Navigation:  Reference > Commands >

Case Select

Print this Topic Previous pageReturn to chapter overviewNext page

 

This is a process control command, i.e., it will control whether a command, or group of commands will be executed.  This is one part of a complete command structure.  This command is the first part of a CASE structure.

 

SELECT f/c/eRequired - This must resolve to an integer type value that will be used as the comparison value by each of the subsequent CASE commands.

 

COMMENTS

For more information on the different structured programming commands, and the SELECT command in particular, please see Structured Programming Commands.

 

NOTE:  If you are missing an ENDC (End Case) command in a SELECT/CASE structure you will get the If without Endif error message during the compile process.

 

SEE ALSO

CASE, OTHERWISE, ENDC

 

 


Page url: http://www.cassoftware.com/tas/manual/select.htm