Delphi bricht das Interpretieren am Zeilenende nicht ab.
Der Strichpunkt dient als Seperator.
Es funktioniert so:
Delphi-Quellcode:
var
global:string;
function MeineFunktion:Boolean;
var
privat:string;
begin
privat:='Ich bin von Außen nicht zugänglich!'+#13+
'Im Quellcode kann man mich auch zweizeilig schreiben!';
global:='Es sind auch Sonderzeichen möglich! Beweis:
function test:integer;
begin
end;';
Result:=True;
end;
Do you have the email of god??? --- I have to tell him that I'm happy to be born!