KCML_View_MergeColumnList
Purpose
Merge two column lists
Definition
DEFSUB 'KCML_View_MergeColumnList(BYREF ColList$, Merge$) AS Integer
Parameters
| ColList | Original list. Redimmed to produce merged list. |
| Merge | List to merge in. This list is not altered. |
Return
Count if succeeds; 0 otherwise.
Description
Takes the second column list and merges it with the first.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.