Hi,
I have a very basic question related to the SELECT CASE construct.
The documentation tells that is is possible to branch to the END SELECT statement only from within the SELECT CASE construct but it does not mention how to do that. My problem, is that I would like to be able to exit a CASE block before the end of the block. Is there something I missed?
Best regards,
Phil.