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

Home » Public Forums » archive » Re: Unhelpful Help Messages
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: Unhelpful Help Messages [message #67834 is a reply to message #67824] Wed, 26 August 2009 16:57 Go to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
On Aug 26, 6:22 pm, David Fanning <n...@dfanning.com> wrote:

> This could be one of those articles that grows over time,
> but I thought I might ask if anyone else has a favorite
> Unhelpful Help Message they would like to share.

I am often momentarily confused when I run a procedure where the
procedure name and file name differ. For example, if my file
"test.pro" contains

pro newtest
print,'hello world'
return
end

and then I run it

IDL> test
% Compiled module: TEST.
% Attempt to call undefined procedure/function: 'TEST'.
% Execution halted at: $MAIN$

which makes it seem like procedure "test" has been successfully
compiled, but procedure "test" doesn't exist.

(I suppose the IDL error message is technically correct that the
*module* 'test' does exist but the procedure/function 'test' does
not. )

--Wayne
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: idl 7
Next Topic: display polygon on the image

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

Current Time: Fri Oct 10 04:57:52 PDT 2025

Total time taken to generate the page: 1.12278 seconds