Awesome! Did not know that.
Am Mittwoch, 23. April 2014 12:22:25 UTC+2 schrieb Tim Holy:
>
> Pkg.add("ProgressMeter")
>
> --Tim
>
> On Wednesday, April 23, 2014 01:00:50 AM RecentConvert wrote:
> > I would like to periodically output a progress percentage but don't want
> a
> > huge list of numbers cluttering the rest of the outputs. How can this be
> > accomplished?
> >
> > print("hello")
> > print("\rworld")
> >
> >
> > This doesn't work because \r adds a new line.
>
