KCML_View_GetColumnListArray
Purpose
Return an array of ordinals for the column list
Definition
DEFSUB 'KCML_View_GetColumnListArray(BYREF x(), ColumnList$) AS Numeric
Parameters
| x | Redimmed to number of columns and filled with ordinals |
| ColumnList | Column list as used in KI_SET_COL_LIST and other functions |
Return
Count
Description
Not intended for general use but is used in tests. This function given the SYM of a view constant will return an array of ordinals (indexed from 1) representing the columns as they appear in the database for this view. This function will fail when used against records instead of views.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.