10-24-2022, 03:52 PM
Don't you think there is a big difference between _Continue and GOTO?
The ability to exit just one LOOP or exit the entire LOOPing seems to me to be a lot different then sending the flow of the program all over the place with GOTO.
In some ways _Continue reminds me of RETURN. I wonder if an Error Trapping routine would work with _Continue. Maybe it would need a line number to continue from.
The ability to exit just one LOOP or exit the entire LOOPing seems to me to be a lot different then sending the flow of the program all over the place with GOTO.
In some ways _Continue reminds me of RETURN. I wonder if an Error Trapping routine would work with _Continue. Maybe it would need a line number to continue from.