mglib

Personal IDL library for M. Galloy

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

cmdline_tools/

mg_varput.pro


Routines

top mg_varput

mg_varput, variable [, varname] [, level=long]

Copies a variable or expression to another stack level, e.g., the main-level.

Parameters

variable in required type=any

variable to be copied

varname in optional type=string default=current name

name of the variable in the new location; defaults to the current name if the variable is a named variable, i.e., not an expression

Keywords

level in optional type=long default=1

level of stack to place the variable: 0 for current level, positive values denote absolute levels of the stack with 1 being the main-level, negative values being relative to the current level with -1 being the routine that called the caller of MG_VARPUT

File attributes

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