COMMALIST Name
             COMMALIST Purpose
             Return a given array as a comma delimited text list.
Category
Calling Sequence
      
       list = commalist(array, [form]) Inputs
             array = Input array of numbers.          in
              form = Optional format (like I3).        in
Keyword Parameters
Keywords
        
         /NOCOMMAS  do not add commas to returned list.
        
         DELIMITER=del Delimiter instead of comma.
Outputs
      
       list = Returned text string with list.   out
Common Blocks
Notes
      
       Note: see wordarray as a near inverse.
Modification History
      
       R. Sterner, 1995 Nov 28 
      
       R. Sterner, 1998 Jul 31 --- Added DELIMITER=d, also fixed for alpha.
  
 Copyright (C) 1995, 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.