Zitat von
MasterTobi:
ist das irgendwie möglich ?
Klar
Delphi-Quellcode:
if (strtoint(edit2.text) >= 2390 and strtoint(edit2.text) < 2400)
and (strtoint(edit3.text) >= -1890 and strtoint(edit2.text) < -1900)
and (strtoint(edit4.text) >= 10 and strtoint(edit4.text) < 20) then
Oder eben, wie schon genannt, einfacher auch über den Mengenoperator "in"
//Edit: Mööönsch, kann mir mal jemand dabei helfen, Zahlen abzuschreiben?
Axel Sefranek
A programmer started to cuss, cause getting to sleep was a fuss.
As he lay there in bed, looping round in his head
was: while(!asleep()) ++sheep;