It sounds like you have an IDL search path issue, probably pointing to a version of IDL before 8.0 (when list/hash were introduced). More than likely the culprit is the IDL_DIR system variable. Confirm nothing in the following output points to an old IDL installation. If they do, fix them to point to your 8.5.1 installation. print, getenv(/env), /implied help,/pref
|