Delphi-Quellcode:
function StringToCharCodes(s: string): string;
begin
Result := '';
for i := 1 to length(s) do
Result := Result + '#' + inttostr(ord(s[i]));
end;
Sollte so gehen. "ABC" -> "#65#66#67".
Wenn du statt dem Gatter als trennzeichen mit leerzeichen oder nullen auffüllen willst, solltest du dir evtl. mal
Format ansehen.
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1