STRARR
The
STRARR function returns a string array containing zero-length strings.
Calling Sequence
Result = STRARR(
D
1
, ..., D
n
)
Arguments
D
i
The dimensions of the result. The dimension parameters can be any scalar expression. Up to eight dimensions can be specified.
Example
To create S, a 20-element string vector, enter:
S = STRARR(20)