I have received the following runtime exception message from the code shown but cannot find a list of errors. Can somebody please suggest the cause of this error.
B4X:
Sub keys_Click)
Dim snd As Label
Dim tmp As String
Dim bShift As Boolean
snd=Sender
tmp=snd.text
Select tmp 'This is the exception line and tmp =Shift presumably "Shift"
Case "Shift"
bShift= Not (bShift)
...
End Select
End Sub
Last edited: