DADiSP Worksheet Functions > Function Categories > String Manipulation > NUMSTRS
Converts a string that contains a list of scalars into a series.
NUMSTRS("string")
"string" |
- |
A string. The string to convert to a series. |
A series.
numstrs("1 2 3")
returns the series {1, 2, 3}.
NUMSTRS is a simple string to series converter.
See NUMSTR to convert a string to a scalar.