Hey,
sorry wegen dem Titel, aber ich hab mich schon öfters gewundert das sowas geht:
Delphi-Quellcode:
const
ImportantStr = 'verylongandimportantstr';
ImportantStrLen = Length(ImportantStr);
OrdA = ord('A');
Chr97 = Chr(97);
Hab ich irgendwas verpasst?
Kann man auch selber Funktionen schreiben, die folgendes ermöglichen, ohne das zur Laufzeit irgendwas berechnet wird?
Delphi-Quellcode:
const
Wurz2Ml5 = Sqrt(2)*5;
Wurz2Pl5Str = FloatToStr(Wurz2Ml5);
Str100 = IntToStr(100);
Int100 = StrToInt('100');