Just upgraded to B4i ver 2.5. Upon loading a working app under the earlier version I get an error-
Variable name cannot be the same as a module name.
It does not like the start of the sub-
This was never a problem before. What may be causing it?
Variable name cannot be the same as a module name.
It does not like the start of the sub-
B4X:
Private Sub Application_OpenUrl (Url As String, Data As Object) As Boolean
If Url.StartsWith("file://") Then
---
End If
End Sub
This was never a problem before. What may be causing it?