comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » .compile vs .run
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
.compile vs .run [message #43515] Sun, 17 April 2005 22:45
m_schellens is currently offline  m_schellens
Messages: 31
Registered: February 2005
Member
I have the following file 't.pro':

pro t1
print,'t1'
end

pro t
print,'t'
end

pro t3
print,'t3'
end


IDL 6.1 gives:

IDL> .comp t
% Compiled module: T1.
% Compiled module: T.
% Compiled module: T3.
IDL> .run t
% Compiled module: T1.
% Compiled module: T.
% Compiled module: T3.

Isn't .run supposed to EXECUTE the main program?
What is the difference between .compile and .run?
Or what am I missing?

marc
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: how to do a loop in idl using multi-commmand?
Next Topic: Re: structure access using strings for tag-names

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:43:07 PDT 2025

Total time taken to generate the page: 0.00428 seconds