Feedback
Select Case supports IsA type matching
- Status
- Fixed
- Fixed in
- v26.7.2
- Source discussion
- https://forum.objo.dev/d/557-isa-not-working-with-select-case/2
- Last updated
- 2026-07-12
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Allow Select Case value statements to match runtime types with Case IsA TypeName, so polymorphic code such as control handling can use Select Case instead of long If/ElseIf chains.