Re: Problem running functions [message #85853 is a reply to message #85851] |
Fri, 13 September 2013 20:59   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
laura.hike@gmail.com writes:
> I also don't seem to have an IDL start-up file. Unfortunately, I work in one of those offices where the sysadmins control a lot of things. They built a script that runs when you type "idl" that sets up the environment depending on what OS you're using. When I manage to put my library directory into the path, the default "path" (includes dozens of directories) gets lost. I thought I had it appending before, but haven't been able to duplicate for the rest of the
afternoon.
By the way, this may well be why nothing works for you. Since you can't
control your IDL_PATH you are at the mercy of of whatever path is set up
for you. You type an IDL command and you don't know WHAT is going to
happen.
This is why order matters. Even if someone dictates what you have to
have on your IDL path, you can put your own files FIRST, so they get
found and compiled before all those other, no doubt outdated, files with
the same name.
I think your motto should be "Return Control to the Programming
Sisterhood!"
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.")
|
|
|