My IDL installation (currently v.8.7.2, but the same problem occurred in v.8.5) does not recognize hash
, list
, dictionary
and orderedhash
. For example, typing
h = HASH('Id', 1234)
results in the error "Variable is undefined: HASH.". I am at my wits end. All kinds of other things are working with no problems, I don't seem to have issues with my path or with external libraries. What's going on??