buddyB
Newcomer
Dear...
I need to convert a hexadecimal code (string of 1 byte) to a binary code (string of 4 bytes).
Other possible solutions are okay too.
The help-file gives the following solution:
Code:
--------------------------------------------------------------------------------
Function HexToBinary( ByVal HexString As String) As String
--------------------------------------------------------------------------------
Does anyone know how to do this ?
Regards,
BuddyB
I need to convert a hexadecimal code (string of 1 byte) to a binary code (string of 4 bytes).
Other possible solutions are okay too.
The help-file gives the following solution:
Code:
--------------------------------------------------------------------------------
Function HexToBinary( ByVal HexString As String) As String
--------------------------------------------------------------------------------
Does anyone know how to do this ?
Regards,
BuddyB