MatthieuCheers,An example :Hello,You need to fork it to be able to see the updates right away.
[ 1 to: 100 do: [ :i |
������ Transcript show: i asString.
������ (Delay forMilliseconds: 20) wait.
] ] fork2015-06-10 11:48 GMT+02:00 Sebastian Tleye <sebastian.tleye@gmail.com>:Hi all,��I want to print in the transcript from inside a loop, the problem I am seeing is that it does not print until the loop is finished. Is it a bug or do I have to configure something?This is a piece of code to exemplify it(1 to: 10000) do: [ :i |Transcript show: i asString.]Thanks in advanceBy the way, I am using Pharo 3.--Sebasti��n Tleye