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

Home » Public Forums » archive » Re: Writing in IDL at the same line in the screen
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: Writing in IDL at the same line in the screen [message #71903 is a reply to message #71897] Mon, 26 July 2010 08:56 Go to previous message
greg.addr is currently offline  greg.addr
Messages: 160
Registered: May 2007
Senior Member
On 26 Jul., 17:42, Lila <lhad...@gmail.com> wrote:
> Hello everybody!
>
> I want to create like a progress bar with IDL console, where the line
> is completed progressively while the process is executing.
> Unfortunately, print command, returns to a new line immediately.  Is
> there any tips to  be able to rewrite on the same line on screen,
> please?
> I appreciate your help in advance!
>
> Thanks
> L.H.

Try this:

IDL> for i=0,9 do print,i,format='(i0,$)'
0123456789

Greg
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Object filenames
Next Topic: IDL 8 Graphics

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

Current Time: Thu Oct 09 14:53:51 PDT 2025

Total time taken to generate the page: 0.80061 seconds