![]() |
![]() |
![]() |
|
SELECT
Use this command in combination with CASE, ENDCASE and ENDSELECT to create a select statement.
SELECT Variable
Variable Value
This command does not return a value.
A select statement allows you to branch to different actions based on the value of the provided variable. The variable can be an integer, real or string value.
var=2
|