Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cleavitt

    simple comparison not working

    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 =...
  2. cleavitt

    date comparisons

    Is there some way of comparing 2 dates in vbscript to tell which one comes first? Any tips would be greatly appreciated!
  3. cleavitt

    type mismatch when declaring array

    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

Part and Inventory Search

Back
Top