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

Home » Public Forums » archive » Re: IDL Syntax ?
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: IDL Syntax ? [message #16887 is a reply to message #16881] Wed, 25 August 1999 00:00 Go to previous messageGo to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Eric Kihn (kihn@mindspring.com) writes:

> I'll hope this isn't too FAQ but...
>
> 1) Is there an escape sequence for IDL strings? Ie if what I want is
>
> Hello <return>
> There.

Depends on what you are doing here. If you are trying
to print it, you can do this:

Print, "Hello" + String(10b) + "There"

If you are putting it on a title of a plot, or
writing it into a graphics window, you can do this:

XYOutS, 0.5, 0.5, Align=0.5, /Normal, "Hello!CThere"

> 2) When using Map_Set I see lots of keywords for rotation, orientation,
> etc but nothing to restrict the displayed lat lon. If what I want is a
> lat-lon box (Not global) with continent overlays for example should I be
> using something else? I'll gladly take and RTFM if someone can say
> which FM?

Not sure what you are asking for with "lat-lon box",
but perhaps it is the LIMIT keyword. (?)

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: IDL FAQ server running again
Next Topic: Losing Windows GDI Resources to IDL

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

Current Time: Fri Oct 10 23:05:17 PDT 2025

Total time taken to generate the page: 1.12020 seconds