On Thu, 13 Dec 2001 10:50:11 -0500, [EMAIL PROTECTED] (Ronald J Kimball) wrote:
> (y/a-zA-Z// > 2) & (y/0-9// > 1) > > Each numeric comparison will return either 1 or 0. In my experience, 1 or "", rather than 1 or 0. Or is FALSE (PL_NO?) a special value which looks like 0 to operators that care, such as bitwise-and? Cheers, Philip