Ach Mann:
position:=scintilla1.positionfromline(i)+countspacesinfront(temp);
muss vor der Zeile
temp:=cutby(temp);
stehen, sonst ist ja klar dass 0 rauskommt
Cutby schneidet ja alle Leerstellen ab *g*
Aber das mit der
AV bleibt.
Wenn ich
s[1]
aber durch
copy(s,1,1)
ersetze funktioniert es?!