|
Contents | Previous | Next | Subchapters |
| Syntax |
str2mat(s1, s2, ...) |
| See Also | { list of values } |
s1 = "abc"
s2 = { ...
"one", ...
"two", ...
"three" ...
}
mat = str2mat(s1, s2)
print mat
O-Matrix will reply
abc
one
two
three