Android Question IDE compiling error "Specified argument was out of the range of valid values."

Drago Bratko

Active Member
Licensed User
Longtime User
I have error on the project, when compiling:

B4A Version: 12.50
Parsing code. Error
Specified argument was out of the range of valid values.
Parameter name: index


Can't figure it out what may be a cause.

By searching forum, I can see that on some cases it's problem with empty module (which I don't have) or with redimming global variable (which I don't do in the code).

Cleaning project didn't help.

Any ideas where I can check some additional logs or some other ideas?
 

Drago Bratko

Active Member
Licensed User
Longtime User
I have enabled IDE logs (attached), but for me, it's not clear what to look further ... do you see anything there?

No, other projects works fine.
What was changed here in this project is new bal file was added (copied existing one and modified), new class module (B4XPage) was added and of course some code writen and bal defined.
 

Attachments

  • log.txt
    1.4 KB · Views: 55
Upvote 0
Top