Thema
:
Delphi
while not ... do
Einzelnen Beitrag anzeigen
Dax
(Gast)
n/a Beiträge
#
3
Re: while not ... do
28. Sep 2004, 14:06
Mach es besser so:
markieren
Delphi-Quellcode:
while
not
((Tformelobjekt(formellist[i]).
operator
= '
^
')
OR
(Tformelobjekt(formellist[i]).
operator
= '
Sq
'))
do
inc(i);
Zitat