in reply to (tye)Re: Approximate Matching Key
in thread Approximate Matching Key

Thanks for the help. But where can I find more documentation on using B-Tree keys? Fred

Replies are listed 'Best First'.
(tye)Re2: Approximate Matching Key
by tye (Sage) on Apr 10, 2001 at 01:44 UTC

    In this very thread, here.

    Some more specifics: The DB_File approach looked easier (though I only looked briefly). You want to create a databse in DB_BTREE format with a comparison function that does a numeric compare rather than a string compare. You can then use the R_CURSOR flag the seq() method to get what you want.

            - tye (but my friends call me "Tye")