nimm doch einfach zahl1 + zahl2/10.
Oder verstehe ich das falsch?
1 + 55/10 = 1 + 5,5 = 6,5
Zum eigentlichen Problem: Wenns jetzt keine Hausaufgaben sind die auf ne bestimmte Weise gelöst werden sollen würd ich einfach
StrToFloat(IntToStr(Zahl1) + ',' + IntToStr(Zahl2))
machen. Nicht elegant, aber erfüllt seinen Zweck
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."