You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted from "x-stars"
Edit: Klappt so nicht, habs nach der Möglickeit versucht, aber sobald ich "false" in irgend einer Variable gefunden habe setz ich die "found"-Varaible ja auf true, mit dem Ergebnis, dass ich die Meldung ausgebe, sobald eine Variable "false" ist. Ich will die Meldung ja nur ausgeben, wenn alle auf false sind ???.
mask
Full Member
Quoted from "thetruephoenix"
if (v1=false) and (v1=false) and (v3=false) and...
then [anweisung]
else [wenns halt nicht alles false ist] ;
-