[fpc-pascal]write problem
Peter Dobrev
peterdob at mbox.digsys.bg
Thu Jan 4 18:31:31 CET 2001
On Thu, Jan 04, 2001 at 01:45:56PM +0100, Jonas Maebe wrote:
>
>
> On Thu, 4 Jan 2001, Peter Dobrev wrote:
>
> > var f1:text;
> > begin
> > assign(f1,'try.try');
> > rewrite(f1);
> > write(f1,'So I'll be very happy if this appear in the try.try');
> close(f1);
> > end.
> >
> > This program creates try.try file, but it's content is empty. Does anybody
> > know something about this? Thank you in advance.
>
> Adding the above line should do it.
>
Thanks a lot!
> Jonas
I just want to ask you something else. Well a friend told me that the IDE
for the Free Pascal is called "rhide". Well I downloaded it but it uses gpc
as a compiler. My question is how to configure rhide to use the fpc
compiler?
Thanks in advance!
More information about the fpc-pascal
mailing list