Hello,

You should open Transcript, and than do it, instead of print it.

Mark


2014-03-30 14:45 GMT+03:00 Roelof Wobben <r.wobben@home.nl>:
Hello,

When I select this part:

1 to: 100 do:
� [:i | Transcript show: i asString; cr ].

And do print it.

I only see 1 where I expected to see all the numbers from 1 till 100.

What went wrong ?

Roelof