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

Home » Public Forums » archive » Re: bug or feature?
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: bug or feature? [message #66153 is a reply to message #66147] Thu, 16 April 2009 04:50 Go to previous messageGo to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
lbnc@lbnc.de schrieb:
> Hi there,
>
> in the IDL 6.3 documentation it says:
>
> Dollar Sign ($)
> The dollar sign at the end of a line indicates that the current
> statement is continued on the following line. The dollar sign
> character can appear anywhere a space is legal except within a string
> constant or between a function name and the first open parenthesis.
> Any number of continuation lines are allowed.
>
> So I do:
>
> IDL>plot, indgen(23), indgen(23), xminor = 4
>
> Lovely! However:
>
> IDL>plot, indgen(23), indgen(23), xminor $
> plot, indgen(23), indgen(23), xminor $


make sure if it happens also after you have started idl or did a .reset.

cheers
Reimar


> ^
> IDL: PLOT: Incorrect number of arguments.
>
> plot, indgen(23), indgen(23), xminor $
> ^
> IDL: Syntax error.
>
> No good. But I can do:
>
> IDL>plot, indgen(23), indgen(23), xminor = $
> IDL> 4
>
> So anyway, seems like the documentation is wrong. Maybe. Depends how
> you define "string constant" but I would not include the assign
> operator "=" as part of it.
>
> Come to think of it, I should probably report that to ITTVIS instead
> of posting it here...
>
> Cheers
> Lasse
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDLgrClipboard draw RGBA
Next Topic: Re: How can I know all the information of a CDF file?

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

Current Time: Sat Oct 11 09:48:59 PDT 2025

Total time taken to generate the page: 1.44320 seconds