How does the among operator work?

2000-01-07 Thread David Cramer
Here's a simple operator syntax question. The list of operators shows "is among" and "is not among" as Order 7 operators, along with "contains". I had assumed that usage would be something like: if "Fred" is among ("Adam","Fred","George") then doSomething But this doesn't work. What is

Re: How does the among operator work?

2000-01-07 Thread Scott Raney
On Fri, 7 Jan 2000, David Cramer wrote: Here's a simple operator syntax question. The list of operators shows "is among" and "is not among" as Order 7 operators, along with "contains". I had assumed that usage would be something like: if "Fred" is among ("Adam","Fred","George") then