HP3000-L Archives

February 2002, Week 3

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:
Tracy Pierce <[log in to unmask]>
Reply To:
Tracy Pierce <[log in to unmask]>
Date:
Thu, 21 Feb 2002 13:50:55 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (62 lines)
for those of us without BASIC/V, try the MPE version of Wirt's final
version:
  echo      0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
  echo
  setvar si chr(14)
  setvar i 32
  while i < 128 do
    setvar x ""
    setvar j 0
    while j < 16 do
      setvar x   x + chr(i + j)+" "
      setvar j   j + 1
    endwhile
    echo !i  !si !x
    echo      !x
    echo
    setvar i   i + 16
  endwhile

> -----Original Message-----
> From: Ted Ashton [mailto:[log in to unmask]]
> Sent: Thursday, February 21, 2002 7:42 AM
> To: [log in to unmask]
> Subject: Re: Cursor control question
>
>
> Thus it was written in the epistle of Roy Brown,
> >
> > Surely I can't have found the one thing in the world that
> isn't on the web?
>
> Well, it is now :-).
>
>   http://personal.southern.edu/~ashted/Linedraw.html
>
> Of course, the BASIC/V program is the recommended method of
> getting the
> information :-).  If anyone else wants to send me PNGs or
> JPEGs of the output
> of the program under other terminal emulators, I'll likely
> add them to the
> page.
>
> Ted
> --
> Ted Ashton ([log in to unmask]), Info Sys, Southern
> Adventist University
>           ==========================================================
> A mathematician is a blind man in a dark room looking for a
> black cat which
> isn't there.
>                                         -- Darwin, Charles
>           ==========================================================
>          Deep thought to be found at http://www.southern.edu/~ashted
>
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *
>

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2