STRARR Function
Returns a string
array.
Usage
result
= STRARR(
dim
1
, ... ,
dim
n
)
Input Parameters
dim
i
The dimensions of the result. May be any scalar expression. Up to eight dimensions may be specified.
Returned Value
result
A string array.
Keywords
None.
Example
r = STRARR(2)
r(0) = 'one'
r(1) = 'two'
PRINT, r
one two
See Also
BYTARR
,
COMPLEXARR
,
DBLARR
,
FLTARR
,
INTARR
,
LONARR
,
MAKE_ARRAY
,
SINDGEN
,
STRLEN
doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.