delete a block of lines
Re: delete a block of lines
To delete line 100, just type "100" and hit enter. It will blank out that line. To do a large block, just save the program, open it with a text editor and delete the lines there.
Tim
Tim
-
- Font of All Knowledge
- Posts: 4831
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: delete a block of lines
Hi,
I use the command:
DLINE start TO finish
example
DLINE 100 TO 300
See:
https://superbasic-manual.readthedocs.i ... dline.html
I use the command:
DLINE start TO finish
example
DLINE 100 TO 300
See:
https://superbasic-manual.readthedocs.i ... dline.html
Regards, Derek
Re: delete a block of lines
DLINE - I knew there was a command but I forgot about it. It's been so long since I've used the built-in SB editor.
Tim
Tim