RE: Boolean operators...

2001-09-28 Thread JONES, WILLIAM C
See below - > -- > From: Wagner > Sent: Friday, September 28, 2001 7:40 AM > To: [EMAIL PROTECTED] > Subject: Boolean operators... > > Hi, > > I'm trying to do a comparisson with boolean operators and it is not > working

RE: Boolean operators...

2001-09-28 Thread Bob Showalter
> -Original Message- > From: Wagner [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 28, 2001 7:41 AM > To: [EMAIL PROTECTED] > Subject: Boolean operators... > > > Hi, > > I'm trying to do a comparisson with boolean operators and it is not

Re: Boolean operators...

2001-09-28 Thread Rajeev Rumale
t; and "user2". Well may in some multiuser programs this may be required, but don;t have much experience with that. I would not be surprised if this not what you were looking for. Actaull you should elaborate the problem to a greater extent, then only you can expect correct anwers Raje

Boolean operators...

2001-09-28 Thread Wagner
Hi, I'm trying to do a comparisson with boolean operators and it is not working... Example: $user1 $user2 $password1 $password2 (this are the variables)... The comparisson: if (( $user1 ne "myself" || $password1 ne "pass1") && ( $user2 ne "yoursel