Transforms a list aList into an array. The elements appear in the same order in the list and the returned array.
aList
the list to consider
an array containing the same elements
Transforms a list
aList
into an array. The elements appear in the same order in the list and the returned array.