Or you may even print it, and the result (numbers from 1 to 100) will appear in Transcript window.


2014-03-30 14:48 GMT+03:00 Mark Rizun <mrizun@gmail.com>:
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