# jBC Statements and Functions for Indexes
Updated: 2/24/2021, 3:51:59 PM
Created: 2/24/2021, 3:51:59 PM
Last Updated By: Daniel Klein
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