Registriert seit: 4. Feb 2003
Ort: Hannover
2.032 Beiträge
Delphi 12 Athens
|
Re: bedingungsproblemchen
30. Apr 2004, 17:11
Ok Ok war darneben, also nochmal
if ( (trim( textfeld_1.Caption) = a )
and (trim( textfeld_2.Caption) = b )
)
or (
(trim( textfeld_2.Caption) = a )
and (trim( textfeld_1.Caption) = b )
) then
Begin
....
End
und dabei bin ich auch bei der Lösung von: Stanlay Hanks
(präzise Leistung Stanlay!)
Grüße // Martin
Martin Schaefer
|