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

Home » Public Forums » archive » Re: Simple output question
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: Simple output question [message #54346 is a reply to message #54344] Mon, 04 June 2007 12:16 Go to previous message
cmancone is currently offline  cmancone
Messages: 30
Registered: May 2007
Member
On Jun 4, 3:08 pm, ryans...@gmail.com wrote:
> This one im sure is simple.. but I cant figure it out or find anything
> on it...
>
> Lets say I have this code:
>
> OPENW, 1, 'data.par'
>
> WRITEU, 1, 'more text = '
> WRITEU, 1, *info.M[1]
>
> WRITEU, 1, 'more text= '
> WRITEU, 1, *info.M[2]
>
> POINT_LUN, 1, 0
> CLOSE, 1
>
> How would I pring a newline in the output between the two outputs? It
> all comes out as one line. Sorry, im a hack haha.


I'm not sure if there's a "good" way to do this, but I would do it a
simple and lazy way. To print a blank line, just insert this:

printf,1,''
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Iplot x labeling
Next Topic: Re: RSS Feeds to Keep Up

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

Current Time: Sun Apr 26 13:53:58 PDT 2026

Total time taken to generate the page: 1.43983 seconds