How to skip part of the program?
Posted: Tue Jan 04, 2011 8:23 am
Hi.
I just wonder if there is an unconditional GO TO type of command that allows the program to run from a certain line.
The reason is that, suppose I have a thousand lines in my program, and I want to run only from line 200 to 300.
I can "comment selection" from 1 to line 199 and from 301 to the end. But as the entire program is long, it becomes difficult.
So is there a command that runs only a block of the entire program?
Thank you in advance.
Liu.
I just wonder if there is an unconditional GO TO type of command that allows the program to run from a certain line.
The reason is that, suppose I have a thousand lines in my program, and I want to run only from line 200 to 300.
I can "comment selection" from 1 to line 199 and from 301 to the end. But as the entire program is long, it becomes difficult.
So is there a command that runs only a block of the entire program?
Thank you in advance.
Liu.