> From: Steve R Burrus [mailto:[EMAIL PROTECTED] 
> Subject: Re: How do I ........?
> 
> just a tiny correction for you Chris, and that is that the 
> code ought to 
> be "if(in = = null)" not as u had it "if(null = = in)". Am I 
> right or not?

No, you're not.  The order of operands makes no difference for an
equality test.  (And don't put spaces in the middle of operators -
that's not what Chris wrote.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to