Results 1 to 5 of 5

Thread: Now()

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367

    Question

    Is there a way to print, in number of seconds? so it doesnt come out in the formatted way.

  2. #2
    Addicted Member
    Join Date
    Feb 2000
    Posts
    224

    Cool

    MsgBox Second(Now())
    If you can't pronounce my name, call me GURU

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    If i wish to add 60 seconds to now and store in variable, how can i do this?


  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    Cool +

    sNew = Second(Now())
    sNew = sNew + 60
    MsgBox sNew
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  5. #5
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    No one can predict their death.

    G.Kumaraguru

    Jesus & Nostradamus?
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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