B4XLanguage v2.4 (Page 55)
All the while I am using Select Case TestExpression (VB-style) with no issue. Starting from today, I have to take note.
Note. Differences between:
B4X VB Select Value Select Case Value Case 1, 2, 3, 4, 8, 9, 10 Case 1 To 4, 8 To 9
In VB the keyword Case is added after the Select keyword.
VB accepts Case 1 To 4 , this is not implemented in B4X.
All the while I am using Select Case TestExpression (VB-style) with no issue. Starting from today, I have to take note.