MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: newlines, newlines ...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77718] Re: [mg77669] newlines, newlines ...
  • From: DrMajorBob <drmajorbob at bigfoot.com>
  • Date: Fri, 15 Jun 2007 04:42:06 -0400 (EDT)
  • References: <5736947.1181818646095.JavaMail.root@m35>
  • Reply-to: drmajorbob at bigfoot.com

WriteString["stdout", expr, " "]

Bobby

On Thu, 14 Jun 2007 05:17:26 -0500, alexxx.magni at gmail.com  
<alexxx.magni at gmail.com> wrote:

> I am wondering if there is a way, in M, to Print without getting a
> newline each time.
> It happens often to me when debugging, to introduce some kind of
> progress indicator, say:
>
> Print[Floor[100*i/max_i], "%"]
>
> but I didnt want to clutter the screen so much. Besides, hundreds of
> other possibilities come to mind when thinking about output without
> ending newline...
>
> As a side note, trying to solve this (minor) problem, I happened to
> find:
>
> ProgressIndicator[Dynamic[x]]
>
> something which seemed perfect!
> Yet, I'm still unable to use it: for some reasons it is not updated
> <until> the calculation (which requires the progress indicator) is
> finished. At that point, useless, the bar moves from zero to full (and
> yes, dynamic updating is enabled)
>
> Any hint for either problem is really welcome!
>
> Alessandro Magni
>
>
>



-- 
DrMajorBob at bigfoot.com


  • Prev by Date: Re: Background Option in LocatorPane
  • Next by Date: Re: Tabbed notebooks?
  • Previous by thread: Re: newlines, newlines ...
  • Next by thread: Re: newlines, newlines ...