| 
       << Click to Display Table of Contents >> Navigation: Concordance Programming Fundamentals > Advanced Programming Features > About Dictionary Btree List Management Functions | 
    
The following table describes the Concordance list management functions.
Function | 
Description | 
btclose  | 
Closes a list file.  | 
btcount  | 
Returns the count of entries.  | 
btcreate  | 
Creates a new list file.  | 
btcycle  | 
Loads a list file from a data base field.  | 
btdelete  | 
Deletes an entry from a list file.  | 
btexact  | 
Locates a match for both the target and data value.  | 
btfind  | 
Locates an entry in a list file.  | 
btfirst  | 
Returns the first entry in the file.  | 
btgt  | 
Locates an entry greater than the target.  | 
btgte  | 
Locates an entry greater than or equal to the target.  | 
btinsert  | 
Adds a new entry to the list.  | 
btinserta  | 
Adds a new entry to the file in ascending order.  | 
btlast  | 
Locates the last entry in the file.  | 
btlock  | 
Locks the list file for exclusive use.  | 
btlt  | 
Locates an entry less than the target.  | 
btmenu  | 
Displays a list file list in a menu.  | 
btnext  | 
Returns the next entry in the file.  | 
btopen  | 
Opens an existing list file for use.  | 
btprev  | 
Locates the previous entry in the file.  | 
btrebuild  | 
Rebuilds a b+tree with 64-bit data values.  | 
btunlock  | 
Releases list file for multi-user use  |