Re: How to make a progress bar?
- To: mathgroup at smc.vnet.net
- Subject: [mg70006] Re: How to make a progress bar?
- From: dimmechan at yahoo.com
- Date: Sat, 30 Sep 2006 05:12:33 -0400 (EDT)
- References: <efgan3$pra$1@smc.vnet.net>
With Print I fail to put in one line "a,a,..." how you want. I am sure someone else will be more helpful. Anyway executing the following command you get something similar to what you want TableForm[Table[a, {10}], TableDirections -> Row] Î?/Î? Andrey B. ÎγÏ?αÏ?ε: > Hello, > Does anybody know how to force Mathematica to put symbols in one > continuous line by repeatedly call the operator (say Print[]). If we > call Print["a"] twice - we get two lines, and I want one line "a,a" > > It is common question when I do something like > > Do[ > MyFunction; (*Complicated and Very long*) > Print["."] (*printed dot makes me know that an iteration has done*) > ,{imax}] > > I get many lines with dot and I want ONE progress bar line growing, > like > ......... > > but not > . > . > . > > Is there any chance? > > Thanks, > Andrey B.