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

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to