
03-27-2002, 10:53 PM
|
|
Darth Cucumber
|
 |
Join Date: Mar 2001
Location: At School
Posts: 2,874
|
|
|
Wish that in supported mutiple checks... Like
if var1,var2 in |start,end|
Oh and ont he topic of the special tag.
|| denotes lessthan/greaterthan or equalto
<> denotes greatherthan/less than
You can also mix and match
if (g in <3,7| )
would be true if variable G was greater than 7 and lessthan or equalto 7
And with that in also supports arrays
if(g in {2,3,4,5,6,7,8})
would be true if G was equal to any of the number in that aray. also works for variable arrays
if(g in this.array) |
__________________
subliminal message: 1+1=3
|
|
|
|