Hi,
Man kann ja ShortStrings mit einer bestimmten Länge definieren. Z.B.
Allerdings funktioniert folgendes nicht:
Delphi-Quellcode:
var
string2: AnsiString[2];
Gibt es da irgendetwas äquivalentes? Bei einem Array[0..1] of AnsiChar ist das Problem, dass man diesem Typ nicht direkt
einen String zuordnen kann.
Gruß
Neutral General
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."