Re: [fpc-pascal]re-direction

2003-09-16 Thread DONALD PEDDER
> If you use CRT, remove it, and all will work normally. Ah, okay. I am writing a budget program, so I was using green and red text-colours. It's the first time I've used coloured text. I guess I'll have to create a black and white version in order to save the output. thanks, dp. _

Re: [fpc-pascal]re-direction

2003-09-16 Thread Michael Van Canneyt
On Tue, 16 Sep 2003, 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? If you use the CRT unit, this is normal behaviour. The

Re: [fpc-pascal]re-direction

2003-09-16 Thread Jonas Maebe
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