Android Question How to use a case statement

anaylor01

Well-Known Member
Licensed User
Longtime User
I am getting a missing parameter on the first line.
B4X:
            Select  PvSc

       Case  PvSc + 50 And PvSc < + 80 And PD = "Drinks"

            Msgbox("20 Point bonus","Bonus")

       Case  PvSc + 50 And PvSc < + 80

            Msgbox("20 Point bonus","Bonus")

End Select
 
Top