Is "Exit If" Supported?
I get this error when compiling the program.
B4X:
If strNumber = 1234 Then
Msgbox("Hello World", "Title")
Exit If
End If
I get this error when compiling the program.
B4X:
javac 1.7.0_07
src\com\app\service1.java:132: error: ';' expected
if (true) break} };