Hi,
Ich vermute (!) es soll vielleicht möglich sein beliebig lange Zahlen als String einzugeben, die dann addiert werden.
Vielleicht soll er das dann ja so machen:
'
27' + '
15'
StrToInt('
7') + StrToInt('
5') =
2 R
1
StrToInt('
2') + StrToInt('
1') +
1 =
4
Result := IntToStr(
4) + IntToStr(
2);
'42'
Also die einzelnen Ziffern manuel schriftlich addieren.
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."