dist_tools/
mg_include.pro
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: | Fri Sep 24 15:41:54 2010 |
Lines: | 42 |
Docformat: | rst rst |