./
mg_varput.pro
top source 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:
0for current level, positive values denote absolute levels of the stack with1being the main-level, negative values being relative to the current level with-1being the routine that called the caller ofMG_VARPUT
File attributes
| Modification date: | Fri Feb 18 09:38:31 2011 |
| Lines: | 43 |
| Docformat: | rst rst |
![[attach.png]](idldoc-resources/attach.png)