off the box and already in trouble [message #10569] |
Sun, 14 December 1997 00:00 |
salzberg.1
Messages: 1 Registered: December 1997
|
Junior Member |
|
|
Hello, anyone:
I bought the Windows 95 idl student version and installed it on drive D:\
ratherthan C:\. I notice that, following the student manual, when I type
IDL> file = filepath('surface.dat', subdir=['examples',$'data'])
everything is cool, but as soon as I try to type
IDL> openr, lun, file, /get_lun
It returns an error sometimes for file, which it says its undefined,
sometimes for lun. It appears the interpreter doesn't recognize the
path.
Given this fact, I got to page 24 of the student manual and I'm stuck
there. I am probably not the only one with this problem, so I would
really appreciate you or a coworker guiding me in the right direction.
|
|
|