Binary Search - Internal Tables

Does Natural have a native method to do a binary search of internally defined data tables ?

Thanks for your help.

Nothing is built in. However, it is not hard to code as a subprogram, or even copycode.

steve

Thanks, Steve.

I suggest syntax:

EXAMINE BINARY variable (*) USING KEY substring(variable,n,n)
FOR variable2 GIVING INDEX index-variable
:o