cmdline_tools

Tools for command line use of IDL

single page | use frames     summary     class     fields     routine details     file attributes

./

more.pro


top source more

more, filename

Page the contents of the filename to the screen.

For example, to print the contents of the pwd.pro file to the output log:

IDL> more, file_which('pwd.pro') ; docformat = 'rst' ;+ ; Prints the IDL's current directory to the output log. ;- pro pwd compile_opt strictarr, hidden cd, current=currentDir print, currentDir end

Parameters

filename in required type=string

filename to display

File attributes

Modification date: Fri Feb 18 09:38:31 2011
Lines: 40
Docformat: rst rst