View Single Post
  #3  
Old 07-16-2004, 07:26 PM
Pyro Pyro is online now
Registered User
 
Join Date: 07-13-2004
Posts: 6
You'll definitely want to use Int() instead of CInt() in the script step of this build. Int() truncates fractions, where CInt() rounds.

My build was >30 min. and <60 min., so because of the rounding problem, it told me my build was 1 hour, -13 min, -19 sec.

Rob
Reply With Quote