From: Gunter K. <gu...@pe...> - 2016-11-24 07:24:27
|
I think I found a solution: (%i2) for i:1 thru 10 do ( wxstatusbar(concat("Pass ",i)), a:makelist(o^i,o,1,10000) )$ This works both in plain maxima (there is no means to update the status bar here, so the command is left unexpanded. Don't know why I arrived at the idea that the command won't do any harm in non-wxMaxima setups this late.) and in the current git head of wxMaxima. Kind regards, Gunter. |