Re: change list to numeric

2002-05-24 Thread drieux
On Friday, May 24, 2002, at 02:56 , Johnson, Shaunn wrote: > open COUNTFILE, ">$mbr_count"; > print COUNTFILE "Count of member in test table\n\n"; > print COUNTFILE "Please review\n\n"; > ***PROBLEM AREA*** > if ( ($memcount < 150 )=$sth->fetchrow) { > print COUNTFILE

Re: change list to numeric

2002-05-24 Thread Felix Geerinckx
on Fri, 24 May 2002 21:56:58 GMT, Shaunn Johnson wrote: > So, this is what I'm doing: I connect to the > database, get a count of records and bring > back that number. At least it looks good on > paper ... but now I need to evaluate it as > a number and not as a list item (if I'm making > any