====== 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. ^Parameter^Description^ |//tablename//|The name of the table to search.| |//columname//|The 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|Collect.IXVals()]] ==== Example ==== run Get_SI_Values "CAR_ORDERS", "DATE_ORD"