DADiSP Worksheet Functions > Function Categories > String Manipulation > NUMSTRS

 

NUMSTRS

Purpose:

Converts a string that contains a list of scalars into a series.

Syntax:

NUMSTRS("string")

"string"

-

A string. The string to convert to a series.

Returns:

A series.

Example:

numstrs("1 2 3")

 

returns the series {1, 2, 3}.

Remarks:

NUMSTRS is a simple string to series converter.  

 

See NUMSTR to convert a string to a scalar.

See Also:

NUMSTR

NUM2STR

SSCANF

SPRINTF