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 #16888 is a reply to message #16887] Wed, 25 August 1999 00:00 Go to previous message
kluegel is currently offline  kluegel
Messages: 11
Registered: February 1999
Junior Member
In article <37C4534D.CFEC21EB@mindspring.com>,
Eric Kihn <kihn@mindspring.com> wrote:
> 1) Is there an escape sequence for IDL strings? Ie if what I want is
>
> Hello <return>
> There.

Some ways to accomplish it:

PRINT, 'Hello', STRING( 13B ), STRING( 10B ), 'World'
PRINT, 'Hello', STRING( [13B,10B] ), 'World'
PRINT, FORMAT='(A/A)', 'Hello', 'World'

-- Tom




Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
[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: Sat Oct 11 10:43:23 PDT 2025

Total time taken to generate the page: 1.04559 seconds