SAVETOMAIN
This is used primarily in debugging mode to save a variable to the main IDL level for later inspection.
FANNING SOFTWARE CONSULTING David Fanning, Ph.D. 1645 Sheely Drive Fort Collins, CO 80526 USA Phone: 970-221-0438 E-mail: david@idlcoyote.com Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Utilities
SaveToMain, variable, nameOfVariable
variable: The variable you wish to save at the main IDL level. nameOfVariable: The name of the variable at the main IDL level. If undefined, the variable will have the same name as the variable that was used as the variable argument.
None.
Written by: David W. Fanning, 2 July 2009.