MasterTobi. Ich würde dir empfehlen dir erst mal einige Grundlagen anzueignen. StrToFloat ist eine Funktion. Ein StrToFloat(a) das so in der Gegend rumsteht bringt dir genau gar nichts.
Delphi-Quellcode:
var x: Double;
x := StrToFloat(a);
ergibt da schon mehr sinn. Aber wie gesagt: Eigne dir mal ein paar Grundlagen an sonst wird das nichts
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."