Official link: http://go.to/game-player
Direct link: http://home.sol.no/~thomashj/Game-Player/files/index.html
Full source of a program i made that convert's hex to dec
dec to hex, and more... The program is called "Password-Creator"
Quote:
> Don't use Val -- use CLng instead (Nikolai -- everything else is the
same).
> Try yours with sHex = "FFFF" and tell me that is the result you wanted.
CLng
> doesn't suffer from that conversion problem.
> Rick
> > > how can I convert a Hexadecimal String (#80FF80#) to a Long Value?
> > Use Val(), like this:
> > sHex = "123ABC"
> > nHexValue = Val("&H" & sHex)
> > Debug.Print sHex; " = "; nHexValue
> > --
> > http://www.scottandmichelle.net/scott/code/
> > Sample code and utilities.