yeah Ctrl-Break is a life saver...
(2nd place to ctrl-alt-del in my book)
and it has been caried over all the way from GWBasic (BasicA, etc...) which was the OLD dos version where you had Line numbers, and you used hot keys (F1-F10) at the bottom of the screen to save / load etc...
you had to type like save"myfile.bas" to get it to save and load"myfile.bas" to load it.
There was no such thing as a dialog box back then.
And to make matters worse the source code was saved in binary files.
Use list to view your code...
Like if you had a program with 1000 lines of code and wanted to view lines 10 - 30 you had to say:
List 10-30
And there was only one direction to scroll... Down.
And that was done involuntarily for you
and you wrote your program on the same screen you ran it on...
you effectivly wrote the entire program in the equivalent of todays immediate window and had to use CLS to clear the screen...
It's crazy how far VB as well as languages and editors in general have come...
And thank god (most of) the old ones are obsolete ;-)
Have Fun, Be Young... Code BASIC
-Josh
PROGRAMMER:

Red-eyed, mumbling mammal capable of conversing with inanimate objects.