Hi there,
I have a problem trying to create a binary file using UltraEdit.
For example, I have an ASCII string as follows:
"0123456789abcdef"
and I need to create a binary file that contain the string above.
So the file will contain
0x01 0x23 0x45 0x67 0x89 0xab 0xcd 0xef (in total the size of the file will be 8 bytes).
In fact, I have a string of 1000 hexadecimal bytes and I don't think I want to type it manually using hex edit function.
Any help would be appreciated.
cheers
Rudy
I have a problem trying to create a binary file using UltraEdit.
For example, I have an ASCII string as follows:
"0123456789abcdef"
and I need to create a binary file that contain the string above.
So the file will contain
0x01 0x23 0x45 0x67 0x89 0xab 0xcd 0xef (in total the size of the file will be 8 bytes).
In fact, I have a string of 1000 hexadecimal bytes and I don't think I want to type it manually using hex edit function.
Any help would be appreciated.
cheers
Rudy