On dinsdag, sep 16, 2003, at 14:51 Europe/Brussels, DONALD PEDDER wrote:
When I try to re-direct my program output it's not working. I have tried both ">file" and "|more", yet the program continues to display on screen as normal. Is there a known bug with this?
Redirection will not work if you use the crt unit. The reason is that the crt unit has to use several tricks (on all platforms) to do its thing. The tricks are different on all supported platforms, but they all have the same effect: redirection does not work (properly) anymore.
Jonas
_______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal