Re: Re[2]: if statement

2001-06-21 Thread Chas Owens
Symbolic Unary Operators Unary "!" performs logical negation, i.e., "not". See also "not" for a lower precedence version of this. Most of the line noise logical operators have an equivalent English operator. These English operators (in general) have a lower precedence than the

Re[2]: if statement

2001-06-21 Thread Tim Musson
Hey Jos, I believe you have to use ! instead of "not" also... Wednesday, June 20, 2001, 6:05:39 PM, you wrote: JIB> i'd say, there is no 'like' operator... >> This isn't working for me. Help please. What is wrong with the second if >> statement >> >> while ( ($timestamp, $report_type, $gam