At 08:48 PM 10/14/98 -0400, you wrote:
>Using this syntax, here's your example:
>if(["windows", "win95", "winnt"] search(platform) == null)
>{
> # thumb your nose.
>}
Oops. That should read.
if(["windows", "win95", "winnt"] search(platform) != null)
{
# thumb your nose.
}
ciao,
Tyler