POV-Ray : Newsgroups : povray.bugreports : #debug, #render ... windows : Re: #debug, #render ... windows Server Time
23 Jun 2024 14:38:53 EDT (-0400)
  Re: #debug, #render ... windows  
From: Spider
Date: 11 Apr 1999 11:58:04
Message: <3710B76F.EA3BE6B8@bahnhof.se>
> 
> This is not a bug in any case. That's just how windoze treats console
> output. You may try to use \r which is a carriage return. This will
> flush the stream or whatever you programmers call it. I have
> successfully used it for the exact same purpose as you, and I remember
> it was quite simple. You need a string (eg. yourString) containing 100
> dots '.' and then, every time you advance a percentage in your loop,
> use something like
>  #debug concat ("\r", substr(yourString, 1, currentProgress))
> and that's all. HTH.
> 

hey, you be back. Good :-)
Thanks for the info :-)


-- 
//Spider
        [ spi### [at] bahnhofse ]-[ http://www.bahnhof.se/~spider/ ]
What I can do and what I could do, I just don't know anymore
                "Marian"
        By: "Sisters Of Mercy"


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.