The code below works perfectly if I single step with the debugger but give me this error if I remove the break point:
java.lang.ClassCastException: java.lang.Object[] cannot be cast to java.lang.String[]
B4X:
Dim BoatData(3) As String
BoatData = BoatList.Get(Position)