Gah! ascii don't work??!

Stan Barr stanb at dial.pipex.com
Sun Oct 17 14:14:01 CDT 2004


Hi,

Ron Hudson said:

> simh running rsts
> 
> print chr$(27);"[2J"
> 
> prints
> 
> $[2J
> 
> not clear the screen.   VT100 sequence is ESC[2J as well as ansi
> sequence! It does the same thing on the direct-serial-connected vt100
> emulating HP terminal...
> 

Basic grabs the ESC...
I think you need to do 
print chr$(155%);"[2J"

That's from memory...I don't have the fake PDP-11 switched on ATM.

-- 
Cheers,
Stan Barr  stanb at dial.pipex.com

The future was never like this!





More information about the cctalk mailing list