Hi
I am getting the following error. It is in Sub Globals. There is no try or catch in there just a load of DIM statements. I have searched for 'try' and 'catch' as part words but there is nothing like that. Any ideas?
John
Parsing code. 0.08
Compiling code. 0.11
Compiling layouts code. 0.02
Generating R file. 0.08
Compiling generated Java code. Error
B4A line: 493
End Sub
javac 1.7.0_25
src\com\visualsolve\SeeTheDirection\main.java:7754: error: 'try' without 'catch' or 'finally'
try {
^
1 error
I am getting the following error. It is in Sub Globals. There is no try or catch in there just a load of DIM statements. I have searched for 'try' and 'catch' as part words but there is nothing like that. Any ideas?
John
Parsing code. 0.08
Compiling code. 0.11
Compiling layouts code. 0.02
Generating R file. 0.08
Compiling generated Java code. Error
B4A line: 493
End Sub
javac 1.7.0_25
src\com\visualsolve\SeeTheDirection\main.java:7754: error: 'try' without 'catch' or 'finally'
try {
^
1 error