[fpc-pascal]write problem

Ali (Maziar) Amirnezhad ali at bamdad.org
Thu Jan 4 18:35:02 CET 2001


Hi, I think it can be becaouse of ' in your string, " ... I'll be ... "
But I think that it may cause an error,
So you can't compile this program!

--Ali Amirnezhad
  ali at bamdad.org
  http://bamdad.org/~ali/

On Thu, 4 Jan 2001, 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.
>
>
>Jonas
>
>
>_______________________________________________
>fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
>http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>





More information about the fpc-pascal mailing list