- Joined
- Apr 19, 2022
- Messages
- 4
- Reaction score
- 0
Hi all and sorry for what is probably a stupid question. I am trying to translate in Pascal a program written in BASIC and I am stuck with a statement for which I do not find any documentation: the statement is
Select Case x
Case 21, 24, 25, 27 To 32, 34, 35, 38
etc.
I know
Case 21 To 28
but I am puzzled by the multiple ranges which I do not know how to understand!
Thanks in advance to whomever will reply
Select Case x
Case 21, 24, 25, 27 To 32, 34, 35, 38
etc.
I know
Case 21 To 28
but I am puzzled by the multiple ranges which I do not know how to understand!
Thanks in advance to whomever will reply