SELECT CASE: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 November 2023

26 February 2023

11 February 2023

6 February 2023

23 January 2023

2 June 2022

12 May 2022

19 April 2022

  • curprev 23:4223:42, 19 April 2022BigRon55 talk contribs 8,421 bytes +8,421 Created page with "SELECT CASE is used to determine the program flow by comparing the value of a variable to specific CASE values. {{PageSyntax}} :'''SELECT''' [EVERY]'''CASE''' {{Parameter|testExpression}} ::'''CASE''' {{Parameter|expressionList1}} :::[statement-block1] ::['''CASE''' {{Parameter|expressionList2}} :::[statement-block2]]... ::['''CASE ELSE''' :::[statementblock-n]] :'''END SELECT''' * '''SELECT CASE''' evaluates {{Parameter|testExpression}} and executes the first..."