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 with1
being the main-level, negative values being relative to the current level with-1
being the routine that called the caller ofMG_VARPUT
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 20 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.