Zitat Zitat von Tido
Was nimmt man dann für

If A <> B then

etwa

If not A=B then

???
If A <> B then '9 Cycle
If A = B then '7 Cycle
Else '3Cycle
C = Not A '9 Cycle
Lohnt alles nicht, <> ist besser, es sei denn, du hast sowieso einen Else-Zweig.

Gruß

Rolf