general/misc/
printdat.pro
Routines
top source printdat
printdat, data, data2, data3, data4, data5, data6, data7, data8, varname=varname, unit=unit, level=level, recursemax=recursemax, rlevel=rlevel, options=options, ptrs=ptrs, allptrs=allptrs, allobjs=allobjs, values_only=values_only, addname=addname, names=names, iformat=iformat, hexadecimal=hexadecimal, full=full, pgmtrace=pgmtrace, nm_width=nm_width, max=max, output=output, nstrmax=nstrmax, nptrmax=nptrmax, width=width
PROCEDURE: printdat,[x] PURPOSE: Displays information and contents of a data variable. (Very similar to HELP procedure but much more verbose.) This routine is most useful for displaying contents of complex data structures. If printdat is called without arguments then information on all variables within the calling routine are displayed. POINTER occurences are recursively displayed as well. (only non-null pointers are listed) Keywords: FULL Set this keyword to display full variable output. NAMES = string: Optional list of variables to display (Same as for HELP) WIDTH: Width of screen (Default is 120). MAX: Maximum number of array elements to print. (default is 30) NSTRMAX Maximum number of structure elements to print. (default is 3) NPTRMAX Maximum number of structure elements to print. (default is 5) OUTPUT=string : named variable in which the output is dumped. VARNAME=string : [optional] name of variable to be displayed. (useful if input is an expression instead of a variable) RECURSEMAX = integer : Maximum number of levels to dive into. (Useful for limiting the output for heavily nested structures or pointers) Written by Davin Larson, May 1997. $LastChangedBy: davin-mac $ $LastChangedDate: 2014-02-02 16:47:06 -0800 (Sun, 02 Feb 2014) $ $LastChangedRevision: 14120 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/misc/printdat.pro $
Parameters
- data
- data2
- data3
- data4
- data5
- data6
- data7
- data8
Keywords
- varname
- unit
- level
- recursemax
- rlevel
- options
- ptrs
- allptrs
- allobjs
- values_only
- addname
- names
- iformat
- hexadecimal
- full
- pgmtrace
- nm_width
- max
- output
- nstrmax
- nptrmax
- width
File attributes
Modification date: | Thu Feb 13 16:43:47 2014 |
Lines: | 227 |