Results 1 to 4 of 4

Thread: 5 seconds of your time

  1. #1

    Thread Starter
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Post

    ...i know you can change a number to hex by doing

    A = Hex(99)

    but how do you change hex to a number with a command??!?!?
    ok, so... windows takes 1 minute to search for a file on my PC yet google.com takes 1 second to search the entire internet?

  2. #2
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455

    Post

    Hello invitro,

    I didn't know but after a couple of tryouts:
    It was not possible to find a command, but this helps you!

    P = Hex(99) 'gives a string
    N = Val("&H" + P)
    MsgBox N

    Good luck

    michelle.

  3. #3

    Thread Starter
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Post

    Thanks alot!!! This helps alot!
    U can just turn this into a function and it works perfectly!
    ok, so... windows takes 1 minute to search for a file on my PC yet google.com takes 1 second to search the entire internet?

  4. #4
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    Post

    die traying?

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