RandomEvil
Programmer
I would like to construct an Array that will cut something like this code down. I had tried but wasn't able to get it to work so used IF THEN.
If Option1(O) = True Then
txtStartpnt.Text = 100
End If
If Option1(1) = True Then
txtStartpnt.Text = 123
End If
If Option1(2) = True Then
txtStartpnt.Text = 135
End If
If Option1(3) = True Then
txtStartpnt.Text = 150
End If
Does anyone have a good formula to programming ARRAYS?
Thanks for any help
R E
If Option1(O) = True Then
txtStartpnt.Text = 100
End If
If Option1(1) = True Then
txtStartpnt.Text = 123
End If
If Option1(2) = True Then
txtStartpnt.Text = 135
End If
If Option1(3) = True Then
txtStartpnt.Text = 150
End If
Does anyone have a good formula to programming ARRAYS?
Thanks for any help
R E