Hi,
This little piece of code is causing me a lot of grief, can anyone tell me why it isn't firing? (I checked that there are values that would cause it too)
'if the total is over the daily capacity (all values are integers)
if total_tons(colno,day_counter) > daily_cap(colno) then
diff =...
Hi, I am getting a type mismatch error when declaring an array, the line is:
dim total_tons(7)
I need it to hold 7 floats/doubles. I have checked that I am not already using that name, and have tried renaming it too.
Can anyone help!?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.