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 standa
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.
E.G. prog1 | prog2 | prog3 etc. where "|" is the pipe for passing
the results from one prog to he next.
Be