LISTTOARRAYlist
(LISTTOARRAYlist
origin
)
Outputs an array with the same elements as the input list
.
If an origin
input is given, then the first element of the new array is at index origin
.
Otherwise, the default of 1 is used.
SHOW LISTTOARRAY [1 2 3]
{1 2 3}