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.

ParameterDescription
tablenameSpecifies the name of a currently attached table.
sortlistSpecifies 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"
  • No labels