Bug? Error detected with remote compile

Derek Johnson

Active Member
Licensed User
Longtime User
I'm getting several errors detected with the remote compile that are not being caught locally.

Can you help with this please? Is there a way to relate the Java line number to the Basic line number?

(Other modules compile OK).

Derek

 

Derek Johnson

Active Member
Licensed User
Longtime User
Here's some code that shows the issue

B4X:
Sub test

    Dim result As Map
   
        Select Case "ABC"
        Case "A"
            For Each key As String In result.Keys
                'Log (key & " = " & result.Get(key))
            Next   
            Return True
           
        Case "B"
            Return False

        End Select

    Return True
End Sub

 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…