Ok danke, habs verstanden.
Die einfachste Lösung für mein Problem ist somit
Delphi-Quellcode:
var a,b,c...: integer;
ok:=true
{$B+}
ok:=ok and FindEntry(F, 'A=', a);
ok:=ok and FindEntry(F, 'B=', b);
ok:=ok and FindEntry(F, 'C=', c);
{$B-}
So muss ich am wenigsten tippen. Es handelt sich nämlich nicht nur um 3 Ausdrücke sondern um ca. 100.
Ich liebe Compilerschalter