How to run .pro file in exelis IDL

220 Views Asked by At

I'm trying to run a .pro file on IDL, I opened the file in IDL, but I cannot input anything at the consoleenter image description here I'm using IDL on ubuntu.

Is it because the environment isn't set up well? I also try to click the 'compile&run', it is not responding.

1

There are 1 best solutions below

1
mgalloy On

I can't see the end of the code, but assuming there is an end at the end of the code, you should be able to run your code with:;

IDL> .run mdot

Also, be careful, your file has not been saved.