Converts an NxK character vector to an NxK string array.
cvtosa
cv = { MEAN MEDIAN MODE, MAX MIN QUARTILE }; sa = cvtosa(cv); print sa;
Now the variable sa is a string array with the same contents as cv as we can see from the output below:
MEAN MEDIAN MODE MAX MIN QUARTILE
See also
Functions stocv(), vget(), vlist(), vput(), vread()
stocv()
vget()
vlist()
vput()
vread()