Returns a list of keys from a currently attached table.
List_Keys(tablename, sortlist)
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. |
run List_Keys "SAMPLE_CUSTOMERS"