when Warp came out. It was so cool to be able to play
a
game while using
>Prodigy on my Hayes Smartmodem 2400 at the same time.
>
>Peace... Sridhar
I see I wasn't the only one doing that :^) I
also liked
being able to cut
Careful, or you'll be setting around in a storage locker, writing
BASIC programs on your PC Junior before you know it ;)
Not likely, I don't have electricity in my storage units, and the only
receptical is a LONG ways away! Besides my wife wouldn't like me hiding out
up there, she doesn't mind when I hid out in the computer room at home.
Oh, and then there is the fact that if I'm going to be writing something in
BASIC, it's going to be on a PDP-10, PDP-11 or a VMS box. Which brings up
the question of how do you clear the screen on a VT100 using BASIC-PLUS-2?
The following works on my Alpha using DEC BASIC, and looks like it should
work using BASIC-PLUS-2.
1 declare string constant CLS = ESC + "[H" + ESC + "[J"
110 print CLS
Zane