
* 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... :-)