Registriert seit: 17. Feb 2004
Ort: Coburg
1.860 Beiträge
FreePascal / Lazarus
|
Re: Problem mit "if not"
19. Mai 2006, 19:26
Um das if-not-Problem zu umgehen
Delphi-Quellcode:
if (Edit1.Text <> '') and (Edit2.Text <> '') then
Label1.Caption := 'Ziel';
Julian J. Pracht
|