emptystrzero length stringCalling Sequences = emptystr()
s = emptystr(a)
s = emptystr(m, n)
Argumentsa
a matrix of size mx n.
sa matrix of character strings.m, nintegersDescription
The emptystr function returns a matrix of zero
length character strings.
With no input argument emptystr returns a zero
length character string.
With a matrix a for input argument
emptystr returns a zero length character
strings matrix of the same size.
With two integer arguments emptystr returns a
mxn zero
length character strings matrix.
ExamplesSee Also
part
length
string