cmdline_tools/
mg_varput.pro
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: | Tue Oct 19 18:48:10 2010 |
Lines: | 43 |
Docformat: | rst rst |