Next: strcount, Previous: str, Up: Internal Routines [Contents][Index]
strarr( [size=size,] dimensions)
Returns a string array of the specified dimensions
. The
latter may be an array containing the dimensions, or up to
#max_dims
scalar arguments, each of which is a dimension. If
size
is specified (which must be done using the size
keyword), then it indicates the length that is assigned to each of the
elements; they are filled with whitespace. If size
is not
specified, then the elements of the array are initially empty, i.e., of
zero length.
See also: array, bytarr, intarr, fltarr, dblarr, lonarr, #max_dims