|
-
Sep 15th, 2005, 01:05 PM
#1
Re: Nanosecond
Did anyone notice that he is subtracting the end time from the start time which won't do him any good (besides not having GetTickCount not defined properly).
ret1& = GetTickCount&
ret2& = GetTickCount&
MsgBox Str$(ret1& - ret2& )
Should Be
MsgBox ret2& - ret1&
I know, I know, Silly details...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|