Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code> run Get_SI_Values "CAR_ORDERS", "DATE_ORD" </code> guides/programming/programmers_reference_manual/get_si_values.txt Last modified: 2024/06/19 20:20by 127.0.0.1