STRINGFORM Name
STRINGFORM Purpose
Format a string array (1024 not a limit).
Category
Calling Sequence
out = stringform(in) Inputs
in = input array. in
Keyword Parameters
Keywords
FORMAT=fmt fmt is a valid IDL format.
Outputs
out = formatted string array. out
Common Blocks
Notes
Note: the IDL string function can only handle 1024
lines, it truncates the returned results to 1024
elements. This function just feeds the string
function subsets of no more than 1024 elements.
Just drop stringform in place of string if needed.
Can use with or without FORMAT.
Modification History
R. Sterner, 2001 Jul 20
R. Sterner, 2010 Aug 18 --- Converted arrays from () to [].
Copyright (C) 2001, 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.