Gah! ascii don't work??!

From: Stan Barr <stanb_at_dial.pipex.com>
Date: Sun Oct 17 14:14:01 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!
Received on Sun Oct 17 2004 - 14:14:01 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:37:22 BST