hi,
i found Function XbrHexEdit() which can show me HEX Code
as it use XBROWSE it have Codeblock bSeek
when press a Key it will begin "increment" search which work fine
now i want to "continue" to search "more" ... how :?:
i found Function XbrHexEdit() which can show me HEX Code
as it use XBROWSE it have Codeblock bSeek
:bSeek := { |c,nAt| If( Empty( c ), nAt := 1, nAt := At( Upper( c ), cUpper ) ), ;
If( nAt > 0, oBrw:nArrayAt := Int( nAt / 16 ) + 1, nil ), ;
nAt > 0 }now i want to "continue" to search "more" ... how :?:
greeting,
Jimmy
Jimmy