I am making an application in which one button click must run through a list if options like this
>If T1.Text = "Y" And T2.Text = "Z" Then T3.Text = "X"
>If T1.Text = "Y" And T3.Text = "Z" Then T2.Text = "X"
>If T1.Text = "Y" And T4.Text = "Z" Then T7.Text = "X"
and if more than one applies only choose the first one that applies on the list and not carry out more than one command
2006-12-14
04:01:59
·
6 answers
·
asked by
lamebrain
2
in
Computers & Internet
➔ Programming & Design