ARRAY_LIST Name
ARRAY_LIST Purpose
List an array in a form useful to cut and paste.
Category
Calling Sequence
array_list, a Inputs
a = array to list. in
Keyword Parameters
Keywords
OUT=out Returned list in a text array.
FRONT=frnt Text to add to front (def=none).
Can space in and give a variable name: ' a = '
Use spaces, not tabs, to get correct line length.
INDENT=itxt Text string used to indent continued lines.
Default is 10 spaces.
/QUIET do not display list.
MAXLEN=mx Max length before line continue (def=72).
May be one longer for continued lines.
FORMAT=fmt Format for values (def=none).
/TRIM means trim leading and trailing 0s (and spaces).
Useful with FORMAT to get minimum strings.
TYPE=typ Name of data type function (def=none).
Will apply to array. Ex: uint([1,2,3])
Outputs
Common Blocks
Notes
Modification History
R. Sterner, 1999 Nov 30
R. Sterner, 2010 Apr 30 --- Converted arrays from () to [].
Copyright (C) 1999, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.