First off I would like to thank all of your replies and different options. It is clear to me that I should be more specific and I will try to so in the future.
RandomEvil
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.