Re: If Statement won't work

2001-08-06 Thread Brent Michalski
l@redhotsw eeps.com To: [EMAIL PROTECTED] cc: 08/02/01 Subject: If Statement

RE: If Statement won't work

2001-08-05 Thread Steve Howard
eve H. -Original Message- From: Michael Fowler [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 05, 2001 10:02 PM To: Steve Howard Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: If Statement won't work On Sun, Aug 05, 2001 at 09:51:15AM -0500, Steve Howard wrote: > By any chance

Re: If Statement won't work

2001-08-05 Thread Michael Fowler
On Sun, Aug 05, 2001 at 09:51:15AM -0500, Steve Howard wrote: > By any chance are you using Activestate? I have no explanation, but I have > run across two or three times when everything should have worked, the > variable evalueated to what it should have been, but the if refused to > return true

RE: If Statement won't work

2001-08-05 Thread CDitty
gt; >From: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: If Statement won't work > >Date: Thu, 2 Aug 2001 11:22:25 -0500 > > > >Can anyone tell me why my if statement refuses to work? It is really > >simple. I can't understand it. > > &g

RE: If Statement won't work

2001-08-05 Thread Steve Howard
en in this. Steve H. >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: If Statement won't work >Date: Thu, 2 Aug 2001 11:22:25 -0500 > >Can anyone tell me why my if statement refuses to work? It is really >simple. I can't understand it. > >$winner

Re: If Statement won't work

2001-08-04 Thread Ron Smith
quot;print" statement ;-). Oh Yeah! ...make sure your code is executable (chmod +x ). Ron >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: If Statement won't work >Date: Thu, 2 Aug 2001 11:22:25 -0500 > >Can anyone tell me why my if statement refuses to work?

Re: If Statement won't work

2001-08-03 Thread Carl Rogers
At 11:22 AM 8/2/2001 -0500, [EMAIL PROTECTED] wrote: >Can anyone tell me why my if statement refuses to work? It is really >simple. I can't understand it. > >$winner = 1; >if($winner == 1){ >print "$winner\n"; >} Are you expecting the word "winner" to appear??? I've sometimes got so lost in c