Einzelnen Beitrag anzeigen

Benutzerbild von s.h.a.r.k
s.h.a.r.k

Registriert seit: 26. Mai 2004
3.159 Beiträge
 
#2

Re: Einfaches Addieren +3

  Alt 27. Sep 2006, 19:04
Also IntToStr macht aus einem Integer einen String, d.h.
Delphi-Quellcode:
var s: String;
s := IntToStr(3);
Was du brauchst ist aber StrToInt, oder?!
»Remember, the future maintainer is the person you should be writing code for, not the compiler.« (Nick Hodges)
  Mit Zitat antworten Zitat