L
LanceM
Stupid question here...Is there a built in function that will tell me if a
passed number is between two other numbers? Example
inrange(2,1,3) = True
inrange(1,2,3) = False
I can write it if I have to but I'd think that's already in place.
Thanks
passed number is between two other numbers? Example
inrange(2,1,3) = True
inrange(1,2,3) = False
I can write it if I have to but I'd think that's already in place.
Thanks