wie wärs mit #27? (aber ist 27 nicht ESC?)
Für einen char nimmt man als literal normalerweise #+asciiindex oder wenns variabel sein soll chr(asciiindex) ( ord(Char) gibt übrigens ein byte zurück
)
Delphi-Quellcode:
var searchfor: Char;
searchfor := #27;
DoSearchfor(searchfor);
DoSearchFor(chr(27));
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