Hi !
I started a brand new project and did this :
Give an error :
Compiling code. 0.01
Compiling layouts code. 0.00
Generating R file. 0.21
Compiling generated Java code. Error
B4A line: 22
Do While True
javac 1.7.0_05
src\b4a\example\main.java:240: error: unreachable statement
;
^
1 error
But if I do :
No errors !!
Is this a bug or a feature ?
Version 2.30
Thanks
Rubens Jr.
I started a brand new project and did this :
B4X:
Sub Activity_Resume
Do While True
Loop
End Sub
Give an error :
Compiling code. 0.01
Compiling layouts code. 0.00
Generating R file. 0.21
Compiling generated Java code. Error
B4A line: 22
Do While True
javac 1.7.0_05
src\b4a\example\main.java:240: error: unreachable statement
;
^
1 error
But if I do :
B4X:
Dim i As Boolean
i = True
Do While i
Loop
No errors !!
Is this a bug or a feature ?
Version 2.30
Thanks
Rubens Jr.