iccaros Posted November 4, 2006 Report Share Posted November 4, 2006 first I hate this language, but since I must take it..I need to evaluate if a Int is between 3 and 7 ( so it could = 4 or 5 or 6)this is what I tried If check < 7 & check > 3 ThenI do not want to have to write individual if statements, that would be stupidin c# it would beif (check > 3 ) && (check < 7){ MessageBox()} Quote Link to post Share on other sites
iccaros Posted November 4, 2006 Author Report Share Posted November 4, 2006 found the answer herehttp://www.harding.edu/USER/fmccown/WWW/vb...comparison.html Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.