Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2.0000 = 1 Huh???
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
2.0000 = 1 Huh???
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01484194
Message ID:
01484194
Views:
149
Hi Gang...

Something weird here....

I was adding some new code to an old part of the POS program here.....

Here is the new code...
ldtBegin = DATETIME(YEAR(mH_BDate),MONTH(mH_BDate),DAY(mH_BDate),mBeg_Hr,mBeg_Min,0)
ldtEnd   = DATETIME(YEAR(mH_EDate),MONTH(mH_EDate),DAY(mH_EDate),mEnd_Hr,mEnd_Min,0)

lnElapsedSeconds = ldtEnd - ldtBegin

*Convert to minutes
lnElapsedMinutes = INT(lnElapsedSeconds / 60)
And as I traced it, here are the results....

lnElapsedSeconds = 120

ok

lnElapsedMinutes / 60 = 2.0000

finally....

INT(lnElapsedMinutes ) = 1

OK... I was expecting 2 .... so.... where did I go wrong?

Thanks!
Tommy Tillman A+ NetWork+ MCP
Next
Reply
Map
View

Click here to load this message in the networking platform