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. > _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal