Thema: Delphi while not ... do

Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#3

Re: while not ... do

  Alt 28. Sep 2004, 14:06
Mach es besser so:
Delphi-Quellcode:
while not ((Tformelobjekt(formellist[i]).operator = '^') OR (Tformelobjekt(formellist[i]).operator = 'Sq'))
   do inc(i);
  Mit Zitat antworten Zitat