What does BTREE.SUB.EQ do, what are the parameters, and does it return anything?
Thanks.
Why? It is used by Btree.Extract, it takes 9 parameters and it's a subroutine not a function.
World Leaders in all things RevSoft
I'm debugging a program that calls it. Unfortunately, the program is a pile of junk, so I can't tell what it does or why it was written this way.
Maybe I should rephrase my question…
Why would I use BTREE.SUB.EQ and how would I use it?
Sorry - it just seemed a tad low level
Using it would be marginally quicker than calling Btree.Extract - sort of thing you would do on a 286 to squeeze the last drop of performance out.
Parameters probably
FileVar
Indexed column
SortOrder
Some return value
Flag indicating equal or not equal
Unsure
Flag returned
Status
Internal notes are a bit sketchy and elucidation would take research sorry.
World Leaders in all things RevSoft