05-14-2023, 09:16 PM
I see - so the IDE can't sniff out the "out of range" error, it's only caught by the EXE run. The IDE and EXE must have the same copy of the program. I totally understand, if you run the EXE on a computer which does not have the QB64 program, then it can't possible move the cursor in the IDE to the offending line it has just identified but if the IDE and EXE both reside together during the creation of the program, is there not a shadowing movement of the cursor in the IDE to follow the line pointer in the EXE? I guess that presupposes that the EXE would know when it stands alone or in concert with the IDE code. We'll maybe a job for ChatGPT.
And on the other matter of NEXT + the name of the variable control. Is something like that possible or undesirable ?
And on the other matter of NEXT + the name of the variable control. Is something like that possible or undesirable ?