FW: next if statement....

2004-03-18 Thread Bill Tribley
; Now zero or more whitespace characters may separate the text from the equal sign on both sides. Bill -Original Message- From: Greg Schiedler [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:16 PM To: [EMAIL PROTECTED] Subject: next if statement OK I'm trying to mo

RE: next if statement....

2004-03-18 Thread Bill Tribley
-Original Message- From: Greg Schiedler [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:16 PM To: [EMAIL PROTECTED] Subject: next if statement OK I'm trying to modify the code below to recognize an additional next if statement. I have included a snip of the file

RE: next if statement....

2004-03-18 Thread Ed Christian
Paul Archer wrote: > 12:15pm, Greg Schiedler wrote: > >> OK I'm trying to modify the code below to recognize an additional >> next if statement. I have included a snip of the file that the code >> uses an input. >> >> Greg >> >> next if /

Re: next if statement....

2004-03-18 Thread Paul Archer
12:15pm, Greg Schiedler wrote: > OK I'm trying to modify the code below to recognize an additional next if statement. > I have > included a snip of the file that the code uses an input. > > Greg > > next if /Acct-Session-Id = ""/;This statmen

Re: next if statement....

2004-03-18 Thread Christopher G Tantalo
x27;m trying to modify the code below to recognize an additional next if statement. I have included a snip of the file that the code uses an input. Greg next if /Acct-Session-Id = ""/;This statment works! # I added this statement. I don't understand the /'s in th

next if statement....

2004-03-18 Thread Greg Schiedler
OK I'm trying to modify the code below to recognize an additional next if statement. I have included a snip of the file that the code uses an input. Greg next if /Acct-Session-Id = ""/;This statment works! # I added this statement. I don't understand the