Hi
i find many to Hex to Decimal but not Decimal to Hex...
is there any way for a simple convert a integer
..127
to the hex
..7F
i need the 7F as String in a later second variable
i mean that will do in second for me....
Dim StrValue as String
Dim ValString as Int
StrValue = ValString
Thank you!
i find many to Hex to Decimal but not Decimal to Hex...
is there any way for a simple convert a integer
..127
to the hex
..7F
i need the 7F as String in a later second variable
i mean that will do in second for me....
Dim StrValue as String
Dim ValString as Int
StrValue = ValString
Thank you!