A anaylor01 Well-Known Member Licensed User Longtime User Apr 4, 2016 #1 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
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