Hallo,
B=True sollte man nicht schreiben.
if B then Result:='TRUE' else Result:='FALSE';
reicht völlig.
So würde ich die andere Funktion realisieren:
Delphi-Quellcode:
//StringToBoolean: S muss 'TRUE' oder 'FALSE' sein!
Function S2B(Const S:String):BOOLEAN;
begin
Result := SameText('true', S);
end;
Viele Grüße,
pszopp
www.pstipp.de | Tippseite zur Formel 1 und Fußball WM/EM - kostenlos und Just-For-Fun