How replace it , in order to solution will as same as ? How make it under community "if" command ?
it:
if (textBox1->Text=="")
textBox2->Text="--";
textBox3->Text="--";
instead it :
if (textBox1->Text=="")
textBox2->Text="--";
if (textBox1->Text=="")
textBox3->Text="--";