Registriert seit: 29. Mai 2002
37.621 Beiträge
Delphi 2006 Professional
|
Re: String in Array of Char
12. Sep 2005, 14:05
Zitat von PASST:
Delphi-Quellcode:
var txtChar : array [0..255] of char;
txtString: String;
begin
txtChar := 'Dieser Text wird vom Compiler akzeptiert!'; // Warum das jetzt?
end
Compilermagic.
Michael Ein Teil meines Codes würde euch verunsichern.
|