if schleife unklar
-
string a undd string b gehen nur string c nicht... warum??? da kommt immer string!!!!
{ if (CheckBox1->Checked) Label1->Caption = "a"; else if (CheckBox2->Checked) Label1->Caption = "b"; else if (CheckBox1->Checked && CheckBox2->Checked) Label1->Caption = "c"; }
Danke im Voraus
-
Was soll denn das doppelposting jetzt?
-junix