hello there im new in programming with basic4android and i would like to ask how to do a basic mathematical operation..
can anyone help me pls... thank you
ive tried this one but it wont work it gives me an error..
B4X:
Sub Globals
dim score as int
score = 0
lscore as label
End Sub
Sub balk_Click
score + 2
lscore = score
End Sub