Skip to content

how to run idl procedures (.pro) from val

to compile procedures:
.run filename.pro
for ex, to compile the average.pro procedure i say:

.run average

to execute a given procedure, for example to execute average after compiling the average procedure, i simply type:

average

(See next idlhints post for info on how to run a .batch file)

Published inIDL hints

Comments are closed.