Results 1 to 2 of 2

Thread: hex to dec

  1. #1
    cool_rockz
    Guest

    hex to dec

    what funtion is used 2 convert hex number to decimal

  2. #2
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    try clng() better than val as is local aware.
    e.g.
    Code:
    MsgBox CLng("&H" & "1A")

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