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


vtol

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


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