[fpc-pascal]write problem

Peter Vreman peter at freepascal.org
Thu Jan 4 19:43:51 CET 2001


> > > 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?

There is also a linux version of the normal IDE. It should be available 
from the snapshots directory


Peter





More information about the fpc-pascal mailing list