HP3000-L Archives

February 2001, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Glenn Koster <[log in to unmask]>
Reply To:
Glenn Koster <[log in to unmask]>
Date:
Thu, 1 Feb 2001 16:01:19 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
I was a little quick with my previous reply simply because I read it too
quickly.  You still can use the command interpreter, but try adding the
following code...

    PUB:CALC $57
    PUB:87, $57, %127
    PUB:SETVAR T,CHR($57)
    PUB:ECHO !T
    W
    PUB:

The "$" designates that you are supplying the known HEX value (use "%" to
supply an octal value).  This will return you the true ASCII character
representation and the appropriate numeric values in each base (decimal,
hex, octal).

Glenn Koster

ATOM RSS1 RSS2