joeyone Posted February 22, 2009 Posted February 22, 2009 (edited) Hi i have a question about an if statement i want to have how can i write if i want to check a number between 50 and 70 in an if statement? If("a number between 50 and 70?") Then MsgBox(0,"Test", "Number is between 50 and 70") is this possible in some way? thanks in advance Edited February 22, 2009 by joeyone
jvanegmond Posted February 22, 2009 Posted February 22, 2009 If $number > 50 AND $number < 70 Then github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now