Hi I'm recieving a "java.lang.RuntimeException: Array not expected..." in this line:
MyList is a (initialised) List of custom class objects
MyBoolean is a Boolean
This particular line is run a lot with no problem before the error occurs. Logging both variables (MyList.Size and MyBoolean) rigth before that line doesn't show any problem. However the problem is raised again.
Where could I look elsewhere?
B4X:
If (MyList.Size=0 AND MyBoolean=False) Then
MyBoolean is a Boolean
This particular line is run a lot with no problem before the error occurs. Logging both variables (MyList.Size and MyBoolean) rigth before that line doesn't show any problem. However the problem is raised again.
Where could I look elsewhere?