mglib

Personal IDL library for M. Galloy

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

dist_tools/

mg_include.pro


Routines

top mg_include

mg_include, _mg_include_filename

Includes the contents of the given batch file at the calling level. The call:

IDL> mg_include, 'test'
is equivalent to:
IDL> @test
except that the filename is specified as a string variable instead of required to be known at compilation time.

Parameters

_mg_include_filename in required type=string

filename to include

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 19
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.