Greater the but Less than

Yates, Glen JAMES.G.YATES at saic.com
Fri Mar 22 12:22:00 EST 2002


if someNumber > 1 and someNumber < 100
then
doSomthing WithIt
end if

> I'm sure that this is probably very simple to do, but I'm 
> stuck.  I  have a 
> number,  I want to know how I can make the following comparison:
> 
> if (someNumber)       is greater than>1 but less than <100 
> then 
> doSomthing WithIt
> end if
> 
> Randy Kent



More information about the use-livecode mailing list