# jBC Statements and Functions for Indexes
Read Time: 1 minute(s)
Statement | Description |
---|---|
INDICES | Returns the index information for the specified file. |
OPENINDEX | Opens the specified index definition. |
READNEXT | Move forward through an index. |
READPREV | Move backwards through an index. |
SELECT | Select an index variable. |
SELECTINDEX | Creates an array of record keys based on the specified index. |
Back to Indexes