Go to the first, previous, next, last section, table of contents.


ltov

ltov(list)
:: Converts a list into a vector.
return
vector
list
list
[3] A=[1,2,3];
[4] ltov(A);
[ 1 2 3 ]
References
section newvect, vector, vect, section vtol.


Go to the first, previous, next, last section, table of contents.