Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!NCLARKE%DREW.BITNET@CUNYVM.CUNY.EDU From: NCLARKE%DREW.BITNET@CUNYVM.CUNY.EDU Newsgroups: comp.lang.pascal Subject: Single character reading in VAX Pascal Message-ID: <12474@brl-adm.ARPA> Date: 17 Mar 88 19:54:30 GMT Sender: news@brl-adm.ARPA Lines: 10 Unfortunately VAX Pascal has what they call "lazy look ahead" and there is no way within it to pull a character from the keyboard without hitting return. The only think to do is create an external function (in assembly most likely) that does this for you. Neil Clarke Drew University nclarke@drew.bitnet