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

Home » Public Forums » archive » Re: Am I stupid?
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: Am I stupid? [message #25701 is a reply to message #25700] Tue, 10 July 2001 06:53 Go to previous messageGo to previous message
Liam E. Gumley is currently offline  Liam E. Gumley
Messages: 378
Registered: January 2000
Senior Member
Colin Rosenthal wrote:
>
> pro stupid,a=a,a1=a1
>
> print,'a=',a
> print,'a1=',a1
>
> end
>
> IDL> stupid,a=1,a1=2
> % Ambiguous keyword abbreviation: A.
>
> so is there a sensible way around this? What I'm actually trying to
> do is to have a keyword AXISCOLOR in a routine that also accepts
> the AX keyword. I know I could call it something different but am I
> just being a whiny luser if I think the above code should work
> as is?

Colin,

According to the IDL documentation:

"Keywords can be abbreviated to their shortest unique length"

In your case, the keyword AX precludes the use of another keyword which
begins with the letters "AX". A good rule of thumb is to make the first
3 characters of each keyword unique.

Cheers,
Liam.
Practical IDL Programming
http://www.gumley.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: help with findfile
Next Topic: read input from a widget

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

Current Time: Sat Oct 11 16:39:15 PDT 2025

Total time taken to generate the page: 1.44154 seconds