[fpc-pascal]System unit and readln

Maciej Ɓaszcz tree at apcoh.org
Thu Jun 19 22:23:01 CEST 2003


On Thu, 19 Jun 2003, Marco van de Voort wrote:
> Yes you can. See the Crt unit. In practice you have to redefine the handlers in
> the output handle (stdout under C) so that those handlers don't do anything with
> the input (or redirect it to where you want)
>
>
> close(output);
> assign(Output,'text.txt');
> rewrite(Output);
>
> might alread do something.

This is what I need, thank you very much




More information about the fpc-pascal mailing list