Re: What subprogram? What parameters and keywords? [message #85668 is a reply to message #85636] |
Sun, 25 August 2013 22:17   |
Moritz Fischer
Messages: 32 Registered: June 2013
|
Member |
|
|
Have you tried using the NAMES keyword?
Am 23.08.2013 18:10, schrieb Mats Löfdahl:
>
> The subprograms I'm logging are actually methods. While I'm still
> "in" the method subroutine, I can access the class data in "self".
> With
>
> IDL> help,/obj,self,output=out
>
> I can get the information about it into the variable "out".
>
> I'd like to log this as well, but I don't know how to access this
> info from the logging subroutine that is called by the method
> subroutine.
>
> I thought it would work to do
>
> IDL> help,/obj,self,output=out,level=-1
>
> where level=-1 should go one step up. But I get this:
>
> IDL> print,out SELF UNDEFINED = <Undefined>
>
> Ideas?
>
|
|
|