[fpc-pascal] "Streaming" input output in FPC.

Florian Klaempfl florian at freepascal.org
Tue Mar 21 17:57:44 CET 2006


Geoff Bagley wrote:
> Is it possible to "stream" the output of an FPC program into the input
> of the next like
> the  "C" people do on Linux ?  They have "stdio.h" .  I have never seem
> this done in Pascal.

Huh? As long as you don't use units like crt write(ln) and read(ln) works with
the standard i/o handles.

> 
> E.G.   prog1 | prog2 | prog3   etc.  where "|" is the pipe for passing
> the results from one prog to he next.
> 




More information about the fpc-pascal mailing list