Feedback
For loops reject incompatible bounds instead of terminating the app
- Status
- Fixed
- Fixed in
- v26.8.4
- Source discussion
- https://forum.objo.dev/d/852-app-exited-with-exit-code-1-what-does-it-mean-and-what-causes-it
- Last updated
- 2026-08-17
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
For/Next loops with a bound or step that is incompatible with the loop variable can currently compile and then terminate the application with exit code 1. Objo Studio should diagnose the mismatch at compile time, while valid Double loops should continue to run correctly.