View Single Post
  #13  
Old 07-10-2002, 12:48 PM
Bhala Bhala is offline
Disgruntled Monkey
Bhala's Avatar
Join Date: Mar 2001
Posts: 779
Bhala is on a distinguished road
i know about in's too but i dont rembemer about the <> part but here is what i know...

var in |20,200|

is the same as:

var>20 && var<200

also you can do:
var=1;
this.array={1,23,4,5,3,0};
var in this.array

that would be true
__________________
Reply With Quote