04-29-2024, 01:51 PM
I happen to be writing a new section for the tutorial that highlights the use of the IDE and as such I am paying close attention to the IDE output screens.
I noticed something odd. Type the following line of code into the IDE and then press ENTER:
FOR x% = 1 TO 10
The IDE is reporting the line of code as an error as it should "FOR without NEXT" in the status window. However the second line in the Status window is a bit strange:
"Caused by (or after): SUB VWATCH ( )"
Is the second line reporting correctly?
I noticed something odd. Type the following line of code into the IDE and then press ENTER:
FOR x% = 1 TO 10
The IDE is reporting the line of code as an error as it should "FOR without NEXT" in the status window. However the second line in the Status window is a bit strange:
"Caused by (or after): SUB VWATCH ( )"
Is the second line reporting correctly?