Dear All
I have this function in my code ... which doesn't work. Could perhaps someone tell me why? It creates the following message ..
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
Many thanks
René
I have this function in my code ... which doesn't work. Could perhaps someone tell me why? It creates the following message ..
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
Many thanks
René
B4X:
Public Sub GesamtFlugzeit() As Long
Return 2529360000
End Sub