Talk:Secure programming

From Free Pascal wiki
Revision as of 00:32, 26 February 2005 by FPK (talk | contribs)
Jump to navigationJump to search
var
  sName : String[10];
  ....
  sName :=  'abcdefghijklmnopqrstuvwxyz' ;
  ....

won't create any trouble. The compiler knows how long strings are when storing data. --FPK 23:32, 25 Feb 2005 (CET)