[fpc-pascal]Hide STDIN input
Ken J. Wright
ken at cncware.com
Wed Aug 22 19:22:26 CEST 2001
On Tuesday 21 August 2001 13:08, you wrote:
> Hello Michael ...
>
> But I must include an CRT (nCRT in my case) unit because
> some outputs will be show.
>
> Readln() is the only one function to read from STDIN ?
If this is a stream from a re-direct maybe readkey would work for you?
>
> Thank you a lot !
>
> Neilson
>
>
>
> ----- Original Message -----
> From: <Michael.VanCanneyt at wisa.be>
> To: <fpc-pascal at deadlock.et.tudelft.nl>
> Sent: Monday, August 20, 2001 8:45 PM
> Subject: Re: [fpc-pascal]Hide STDIN input
>
> > On Mon, 20 Aug 2001, [iso-8859-1] Neilson Antônio Henriques wrote:
> > > Hi Peter !
> > >
> > > Does exist another way to receive this input ???
> >
> > You need to do nothing; Just read from standard input as you normally
>
> would.
>
> > The only thing is that you cannot use the CRT unit when you want to
> > do this, because then the input will be copied to the output at once -
> > always.
> >
> > Michael.
> >
> >
> > _______________________________________________
> > fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> > http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list