Thema: Delphi Konsolenanwendung

Einzelnen Beitrag anzeigen

Benutzerbild von Meflin
Meflin

Registriert seit: 21. Aug 2003
4.856 Beiträge
 
#4

Re: Konsolenanwendung

  Alt 12. Sep 2004, 17:00
achso stimmt. dann machs so:
Delphi-Quellcode:
label label1;
...
label1:
readln(strVariable);
if strVariable = 'exitthen close else goto label1;
  Mit Zitat antworten Zitat