Page 1 of 1
Function BETWEEN AND
Posted: Thu Apr 01, 2010 11:35 pm
by el_dios85
is the any function Between 1 and 9?
I have searching in Lua manual but didnt found
Thanks
Re: Function BETWEEN AND
Posted: Fri Apr 02, 2010 12:28 am
by Administrator
I don't know what you're asking. What exactly are you looking for?
Re: Function BETWEEN AND
Posted: Fri Apr 02, 2010 2:14 am
by el_dios85
I'm looking for function like
if (x > 1 and x <9) --> 2 3 4 5 6 7 8
in other programming language, there is function BETWEEN AND (If I remember there is one in SQL)
Re: Function BETWEEN AND
Posted: Fri Apr 02, 2010 2:19 am
by Administrator
There's nothing wrong with that statement, besides the missing 'then'.
Re: Function BETWEEN AND
Posted: Fri Apr 02, 2010 2:58 am
by el_dios85
ok. Thanks