Re: Current Value

2004-06-10 Thread Wiggins d Anconia
> Hi, > > When Im looping through as cgi that loops through records in a table, I do > a print statement of a variable. > Example > > if($condition eq "G") > { >print $field1; > } > > why does it print all the occurances of the fields in the table, as only > one of them fits the criteria o

Current Value

2004-06-10 Thread Werner Otto
Hi, When Im looping through as cgi that loops through records in a table, I do a print statement of a variable. Example if($condition eq "G") { print $field1; } why does it print all the occurances of the fields in the table, as only one of them fits the criteria of equaling "G". Is there some