[fpc-pascal] Re: Blockread and buffers

Jonas Maebe jonas at zeus.ugent.be
Wed Mar 23 22:26:03 CET 2005


On 23 mrt 2005, at 22:16, Jeffrey Pohlmeyer wrote:

> program vdnstbi;
> var
>   s:string;
> begin
>   str(16, s); // Variable "s" does not seem to be initialized
>   WriteLn(s);
> end.
>
> Does "S" really need to be initialized ?

No, that is an error in the compiler. I don't know whether it has 
already been fixed in the mean time.


Jonas





More information about the fpc-pascal mailing list