You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
B4X FEED Select-Case -> Mistake that I never realized
برای دیدن لینک ها باید ثبت نام کنید
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.
Click to expand...
All the while I am using
Select Case TestExpression (VB-style) with no issue. Starting from today, I have to take note.
برای دیدن لینک ها باید ثبت نام کنید