Web Analytics Made Easy -
StatCounter wsh sleep method and time() function - CodingForum

Announcement

Collapse
No announcement yet.

wsh sleep method and time() function

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • wsh sleep method and time() function

    what is the time of the code here -->wscript.sleep 100 . 100 what? seconds..miliseconds..i ran the script on 10000 and i know it cant be seconds or miliseconds..so what else would it be?

    also how do i tell a script how to tell the difference between 7am and 7pm when all i can do is just the number 7?

  • #2
    Milliseconds: http://msdn.microsoft.com/library/de...wsmthsleep.asp
    Check out the Forum Search. It's the short path to getting great results from this forum.

    Comment


    • #3
      Oh yeah, if you're getting just the "7" in the time you should also be getting an AM/PM indicator in the returned time format as well.

      Perhaps a sample of what you're trying?
      Check out the Forum Search. It's the short path to getting great results from this forum.

      Comment

      Working...
      X