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

Home » Public Forums » archive » How does IDL find functions?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
How does IDL find functions? [message #44454] Fri, 17 June 2005 12:07 Go to previous message
robertschaefer is currently offline  robertschaefer
Messages: 10
Registered: August 2004
Junior Member
Hello IDL community,

I'm looking for a smart solution to find functions from my own lib
inside a self written function or procedure.
The idea is to get a tree of embedded self written functions.

My solution looks like this but I think there must be an easier way:

-generate a list of functions in user-lib
-Read the function where to search (openr)
-compare each line (string) with the list of lib functions
(how to extract function names egantly? -> strsplit with '=*(' :
definitely not)
-save coincide functions (strings) and go on searching into found
functions

Does anybody (I'm sure ;-) ) know how IDL find functions on compiling?
This may be exactly the right (fast) way...

Any ideas? ...Thanks for help...

Best regards

robert
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: iSurface lighting questions
Next Topic: quick search of array

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

Current Time: Wed Oct 08 17:13:06 PDT 2025

Total time taken to generate the page: 0.00430 seconds