X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 26 Apr 2010 04:33 AM by  anon
Getting list of internal procedures automatically
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
26 Apr 2010 04:33 AM
    Hello everybody, finally all is said in the title ! Is there a command in IDL that returns the list of the internal procedures available in IDL ? thank you very much Eric Pellegrini  

    Deleted User



    New Member


    Posts:
    New Member


    --
    29 Apr 2010 05:21 PM
    Hi Eric, I think what you are thing of is the following. Just use help routine after you compile every piece of your code: help, /ROUTINES From the IDL Help you can see what the keyword /ROUTINES does: ROUTINES Set this keyword to show a list of all compiled procedures and functions with their parameter names. Keyword parameters accepted by each module are shown to the right of the routine name. If no arguments are provided, and the information you are looking for is not displayed, use the FULL keyword to prevent HELP from filtering the output. Cheers, Fernando
    You are not authorized to post a reply.