by Max Raskin (11 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)

* Thanks to Paul Mather I improved my lame skills in strings, now the function is MUCH shorter
I have created a function that converts C Hex values (Example: 0x0001) to VB Hex values (Example: &H1) with no APIs , just one usefull function.
And one things is fixed, in the updated version I put a removing of the all zeros in the hex, now fixed... :-)