From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fa5204e4d0e53431,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-31 05:38:06 PST Path: nntp.gmd.de!newsserver.jvnc.net!howland.reston.ans.net!agate!boulder!news.coop.net!news.den.mmc.com!iplmail.orl.mmc.com!usenet From: "Theodore E. Dennison" Newsgroups: comp.lang.ada Subject: Re: Readkey in VAX Ada 83 Date: 31 Jan 1995 13:38:06 GMT Organization: IPL InterNetNews site Message-ID: <3glefu$1ek@theopolis.orl.mmc.com> References: <1995Jan27.172515.1@clstcs> NNTP-Posting-Host: milkyway.orl.mmc.com Date: 1995-01-31T13:38:06+00:00 List-Id: amlombardi@vms4.sci.csupomona.edu wrote: > > I posted earlier about getting a character from the keyboard buffer but left > out a vital part... I'm using VAX Ada... I've had a few responses and one > person mentioned the file STARLET.... does anyone know if the answer lies in > here because the file is 2500 blocks long ... thanks.. e-mail me with response Yes, the "person" is correct. I wouldn't look in there for an answer, though; the VMS packages have NO comments explaining what the routines do or how to use them. Look in your VMS programming manuals. Pay particular attention to SYS$, LIB$, and SMG$. When you find the routine you want, look in the Starlet, Lib, or Smg package for it. T.E.D.