Talk:Secure programming

From Free Pascal wiki
Revision as of 00:31, 26 February 2005 by FPK (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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. --23:31, 25 Feb 2005 (CET)