Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!munnari.oz.au!cluster!metro!natmlab.dap.csiro.au!ditsyda!macuni!mqccsunc!ddavidso From: ddavidso@mqccsunc.mqcc.mq.OZ (Dean Davidson) Newsgroups: comp.lang.pascal Subject: Re: TP BUG Keywords: TP,BUG,WINDOWS Message-ID: <185@macuni.mqcc.mq.oz> Date: 6 Feb 90 01:49:34 GMT References: <822@tuewsd.lso.win.tue.nl> Sender: news@macuni.mqcc.mq.oz Reply-To: ddavidso@mqccsunc.mq.oz (Dean Davidson) Organization: Macquarie University, Sydney Lines: 23 In article <822@tuewsd.lso.win.tue.nl> wsinpp@lso.win.tue.nl (Peter Peters) writes: >The next program will show what I've come up with so far. Any >comments (about the problem) are welcome.... > Height = 1; (* This is a troublesome value !!! *) > > Window(Xloc,Yloc,Xloc-1+Width,Yloc-1+Height); > ClrScr; > For i := 1 To Width-1 Do Write('a'); > > Write('a'); It would seem to me that this is doing exactly as per design That is on the last character to fill the window, the window is scrolled. There being only one line the window is cleared. Or did you expect to see a line of a's completely filling the window? BTW were both methods supposed to give the same result? On my machine - phoenix bios 3.10, dos 3.3, turbo 5.5 there was no discernible difference! D