[fpc-pascal]Hide STDIN input
Michael.VanCanneyt at Wisa.be
Michael.VanCanneyt at Wisa.be
Tue Aug 21 01:45:11 CEST 2001
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.
More information about the fpc-pascal
mailing list