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

Home » Public Forums » archive » Specifying a line feed
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: Specifying a line feed [message #5638 is a reply to message #5503] Thu, 18 January 1996 00:00 Go to previous messageGo to previous message
hahn is currently offline  hahn
Messages: 108
Registered: November 1993
Senior Member
mbrown@olie.wvitcoe.wvnet.edu (Myron Brown) wrote:

> Can someone tell me how to print a linefeed character
> using PRINTF in IDL?

PrintF automatically generates a linefeed.

> I'm trying to print out text to my
> HP, but since the buffer doesn't get full, I have to hit
> the button on the printer to get the printout. Thanks.

I guess you need a form feed! Formfeed on a ASCII
printer is 00001100 binary, decimal 12, so you may
add

PrintF, String(12B)

after your last PrintF statement.
> Myron.


> -----------------------------
> Myron Brown
> mbrown@olie.wvitcoe.wvnet.edu

Norbert Hahn
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Problems using CURSOR
Next Topic: Printing something on a plot

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

Current Time: Sat Oct 11 14:30:17 PDT 2025

Total time taken to generate the page: 0.24025 seconds