Feedback
Unmatched End If reports an unrelated End Event error
- Status
- Fixed
- Fixed in
- v26.8.6
- Source discussion
- https://forum.objo.dev/d/953-bad-message-for-end-if-without-if-opened
- Last updated
- 2026-08-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
An unmatched End If inside an event handler reports the unrelated error Expected 'Event' after 'End'. The compiler should identify that the End If has no matching If, so users can correct the actual source error.