GETINDEX$ Function ---------------------------------------------------------------------------- Action Returns the name of the current index for an ISAM table. Syntax GETINDEX$ ( filenumber%) Remarks The filenumber% is the number used in the OPEN statement to open the table. GETINDEX$ takes the number of an open ISAM table and returns the name of the current index. If the current index is the null index , the value returned is a null string. See Also CREATEINDEX, DELETEINDEX, OPEN (File I-O), SETINDEX Example See the CREATEINDEX statement programming example, which uses the GETINDEX$ function.