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


_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to