User Tools

Site Tools


CONCATENATE

Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch


CONCATENATE combines two or more lists by concatenating them together.

For example, if we have the LIST's: X, Y and Z, all of size N, we can CONCATENATE them into a single LIST with the values ordered as follows:

  • x1, x2, … xN, y1, y2, … yN, z1, z2, … zN
CONCATENATE
Optional Parameters:
Lists:One or more existing LIST's