Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uiucdcsm!estell
From: estell@uiucdcsm.cs.uiuc.edu
Newsgroups: comp.sys.apple
Subject: RE:Tml Pascal and BASIC!!!
Message-ID: <7300003@uiucdcsm>
Date: 11 May 88 13:37:00 GMT
Lines: 18
Nf-ID: #R:<8805071058.AA02690@crash.cts.co:-34:uiucdcsm:7300003:000:379
Nf-From: uiucdcsm.cs.uiuc.edu!estell    May 11 08:37:00 1988


For the following program, the cursor is not fully on the screen; this is 
what is causing the "bug".

GRAF INIT 320
GRAF ON
_SetForeColor(0)
_SetBackColor(15)
Input "Watch the cursor leave a trail!!";A$
END

If you add in:
        _MoveTo(20,20)
before the input statement, everything will work fine.

--------------
John K. Estell
University of Illinois   estell@m.cs.uiuc.edu