i found Function XbrHexEdit() which can show me HEX Code
as it use XBROWSE it have Codeblock bSeek
- Code: Select all Expand view
- :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 }
when press a Key it will begin "increment" search which work fine
now i want to "continue" to search "more" ... how