ARRAYTOLIST array
array
Outputs a list whose members are the elements of the input array. The first member of the output is the first element of the array, regardless of the array's origin.
SHOW ARRAYTOLIST {1 2 3} [1 2 3]
SHOW ARRAYTOLIST {1 2 3}