KCML_View_MergeColumnList

Purpose

Merge two column lists

Definition

DEFSUB 'KCML_View_MergeColumnList(BYREF ColList$, Merge$) AS Integer

Parameters

ColListOriginal list. Redimmed to produce merged list.
MergeList 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.