List_Keys routine
Description
Returns a list of keys from a currently attached table.
Syntax
List_Keys(tablename, sortlist)
Parameters
The List_Keys routine has the following parameters.
Parameter | Description | |
---|---|---|
tablename | Specifies the name of a currently attached table. | |
sortlist | Specifies a column name or list of column names to sort by, from the dictionary of the table specified in tablename. |
Example
run List_Keys "SAMPLE_CUSTOMERS"