VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

BigDecToHex

Inon Henig  (1 Submission)   Math/Dates   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Converting decimal value to hexadecimal WITHOUT! using the VB functions or mod (which are limited to long data type value), therefore the function can handle BIG numbers, untill 15,000,000,000,000,000 (1.5E+16).

Inputs
decimal value

Returns
hexadecimal value

Side Effects
The functions might not be accurate beyond 15,000,000,000,000,000 (1.5E+16).

Rate BigDecToHex (4(4 Vote))
BigDecToHex.bas

BigDecToHex Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters