join_lists Function

Syntax

C Join_Lists(C list1 ,C list2 [,C separator ])

Arguments

list1

Character

list2

Character

separator

Character

Description

Joins two CR-LF delimited lists into a single list. Result has same number of rows as 'list1'.

See Also