LISTTOARRAY

Synopsis
LISTTOARRAY list
(LISTTOARRAY list origin)
Description

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.

Example
SHOW LISTTOARRAY [1 2 3]
{1 2 3}

SourceForge.net Logo