Results 1 to 3 of 3

Thread: [RESOLVED] Is it after a certain time?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Resolved [RESOLVED] Is it after a certain time?

    How can I check to see if it is after a certain time? Just using the system clock? Thanks.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Is it after a certain time?

    Use the Time function, eg:
    Code:
    If Time > #6:00:00 PM# Then
      MsgBox "It is after 6pm"
    End If

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Is it after a certain time?

    Thank you!

    Edit: Wow! A thread resolved in less than 2 minutes!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width