Append Two Point Name Ref Lists

Combines two point name reference lists into a single list by appending the second list to the first.

 

Input Arguments

 

0

Point Name Ref List

Point Name List A

The first list of points to combine.

1

Point Name Ref List

Point Name List B

The second list of points to combine.

 

Return Arguments

 

2

Point Name Ref List

Resultant Point Name List(A+B)

The combined point list.

 

Returned Status

 

SUCCESS

The lists were combined successfully.

FAILURE

One or both source point lists could not be found.

 

Remarks

None.