MORE Name
MORE Purpose
Display a text array using the MORE method.
Category
Calling Sequence
more, arr [,arr2, arr3, ..., arr9] Inputs
arr = 1-D array to display. in
May give up to 9 1-d arrays to display, all with same # elements.
Or a single 2-D array to list rows.
Keyword Parameters
Keywords
/NUMBERS display all array elements and index numbers.
NUMBERS=lo display numbered array elements starting at
element number lo.
NUMBERS=[lo,hi] display requested array elements
and index numbers.
FORMAT=fmt specify format string (def=A).
Useful for listing numeric arrays, ex:
more,a,form='f8.3' or more,a,form='3x,f8.3'
Do not use for multiple arrays.
LINES=n Printout will pause after displaying n lines (def=15).
Outputs
Common Blocks
Notes
Note: After n lines output will pause
until user presses SPACE to continue.
Modification History
R. Sterner, 26 Feb, 1992
Jayant Murthy murthy@pha.jhu.edu 31 Oct 92 --- added FORMAT keyword.
R. Sterner, 29 Apr, 1993 --- changed for loop to long int.
R. Sterner, 1994 Nov 29 --- Allowed specified index range.
R. Sterner, 1998 Jan 15 --- Dropped use of terminal output from filepath.
R. Sterner, 2005 Aug 09 --- Allowed more digits in index number.
R. Sterner, 2007 Jun 12 --- Allowed multiple arrays.
Also improved output.
R. Sterner, 2010 May 04 --- Converted arrays from () to [].
R. Sterner, 2011 Jul 01 --- Allowed a single 2-D array.
Copyright (C) 1992, 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.