LISTTOARRAY list (LISTTOARRAY list origin)
list
Outputs an array with the same elements as the input list.
SHOW LISTTOARRAY [1 2 3] {1 2 3}
SHOW LISTTOARRAY [1 2 3]