|
-
Feb 22nd, 2000, 12:36 PM
#1
Thread Starter
Fanatic Member
...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? 
-
Feb 22nd, 2000, 04:09 PM
#2
Hyperactive Member
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.
-
Mar 2nd, 2000, 06:35 AM
#3
Thread Starter
Fanatic Member
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? 
-
Mar 2nd, 2000, 09:05 AM
#4
So Unbanned
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|