Thema
:
Delphi
Move und FillChar bei strings.
Einzelnen Beitrag anzeigen
TiGü
Registriert seit: 6. Apr 2011
Ort: Berlin
3.070 Beiträge
Delphi 10.4 Sydney
#
8
AW: Move und FillChar bei strings.
8. Jun 2014, 18:45
Siehe hier:
http://www.delphipraxis.net/1255938-post2.html
Also anstatt
FillChar(FItems[
Index
], SizeOf(
string
), 0);
lieber mal
FItems[
Index
] := '
';
.
Zitat
TiGü
Öffentliches Profil ansehen
Mehr Beiträge von TiGü finden