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