The simplest thing to do, would be to extract the column of data into a JMP data table(it can be an invisible table if desired) and then to use
ValueList = :column name << get values;
to move the column of data from the data table to a list, and then simply close the data table.
Jim