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

Home » Public Forums » archive » Re: Listing of Internal IDL Routines
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Listing of Internal IDL Routines [message #50578 is a reply to message #50577] Mon, 09 October 2006 14:14 Go to previous message
news.verizon.net is currently offline  news.verizon.net
Messages: 47
Registered: August 2003
Member
Robi wrote:
> Hi there,
>
> I was wondering if anyone has an ascii listing of the internal
> (proprietary) IDL routines (like total, histogram, etc.)? I can just
> go to $IDL_DIR/lib and find all the IDL routines that are written in
> the IDL language. But I need to get a list of the routines that have
> no available source code. Best -Tim.

procnames = routine_info(/system)

gives all the internal procedures, and

funcnames = routine_info(/system,/func)

gives all the internal functions

--Wayne
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: border around draw widget
Next Topic: Re: spawn on IDL virtual machine

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

Current Time: Thu Oct 09 23:05:33 PDT 2025

Total time taken to generate the page: 0.88281 seconds