CRT is one way but rather relies on using the whole console. Anyway
ncrt is safer. Sounds like you need something like this:
uses ncrt;
...
write('i wrote this code');
window(1,wherey,80,wherey);
clrscr;
write('on my phone from memory');

Hope that helps.


On 5/21/07, Lee Jenkins <[EMAIL PROTECTED]> wrote:
Lee Jenkins wrote:
>
> Hi all,
>
> I'm wondering how to emulate the static console output seen with some
> linux applications such as yum.  More specifically, static output
> without  going to another line or appending to existing text already
> written such as this:
>
> Getting File: somefile.txt
> [=================>                    ] 50%
>
> I hope that I explained my question well enough.
>
> Thanks!
>

Thanks all,

I'll take a look at the crt unit.

--

Warm Regards,

Lee



_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives



--
A.J. Venter
CEO - OutKast Solutions C.C.
http://www.outkastsolutions.co.za
Cell: +27 83 455 9978
Fax: +27 21 413 2800
Office: +27 21 591 6766

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to