Zitat von
stho:
schau mal hier:
Delphi-Quellcode:
while sWert / 2 <> 0 do
begin
sAusgabe := IntToStr(sWert mod 2) + sAusgabe;
sWert := sWert div 2;
end;
sWert =
Ascii-Wert eines Buchstaben
sAusgabe = Text der ins Edit-Feld kommen soll ^^
Da benutzt du schon Präfixe für deine Variablen (wovon ich (in der Form) kein Fan bin
) und dann auch noch falsch
sWert müsste dann wohl eher ein bWert oder ein iWert sein
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."