Quick way to view and edit binary data from within FWH application.
function XbrHexEdit( [@]cBinaryData, [cTitle], [lReadOnly := .f.] ) --> cEditedBinaryData
This function is available in xbrowse.prg in previous versions too.
Example:

Improvements in FWH 17.03
1) Dialog can be resized
2) Seek fixed.
function XbrHexEdit( [@]cBinaryData, [cTitle], [lReadOnly := .f.] ) --> cEditedBinaryData
This function is available in xbrowse.prg in previous versions too.
Example:
cData := MEMOREAD( "c:\fwh\libs\libcurl.lib" )
XbrHexEdit( @cData, "LIBCURL", .t. )
Improvements in FWH 17.03
1) Dialog can be resized
2) Seek fixed.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India