Table of Contents

Get_SI_Values routine

Description

Returns all indexed values from the index for a column.

Syntax

Get_SI_Values(tablename, columname)

Parameters

The Get_SI_Values routine has the following parameters.

ParameterDescription
tablenameThe name of the table to search.
columnameThe name of the column to search.




The Get_SI_Values routine should only be used from the command line. Use Collect.IXVals() in a BASIC+ script to accomplish the same result.|

See Also

Collect.IXVals()

Example

run Get_SI_Values "CAR_ORDERS", "DATE_ORD"