| |
carmenl
Posts: 3
Score: 0
Joined: 6/25/2002
From:
Status: offline
|
This is a snippet of code that is causing me a lot of grief! It will not execute, and I have checked that there are values that would definetely pass the condition. Can anyone spot my problem? Thankyou! 'if the total is over the daily capacity (these values are all integers) if total_tons(colno,day_counter) > daily_cap(colno) then diff = total_tons(colno,day_counter) - daily_cap(colno) response.write(category(colno) & " is over by " & diff & " on day " & day_counter) & " " end if
|
|