Re: bug? or how to distinguish between a Hash and an array of Hashes ? [message #83391 is a reply to message #83390] |
Mon, 04 March 2013 08:24   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
>
> wlandsman writes:
>
>> You could use the TYPENAME function to distinguish the two variables
>>
>> IDL> print,typename(a)
>> HASH
>> IDL> print,typename(c)
>> OBJREF
>>
>> although I'm not sure why SIZE(/TNAME) doesn't give the same results.
>
> Oh, dear! Really!?
I guess this is right, though, since there are no "type" codes for hash
or list. They are objects, I guess, not real data types.
Still, awfully confusing to explain to a new user not familiar with the
"IDL Way". ;-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|