[Newbies] Problem printing from Workspace to Transcript

Mark Bailey Mark.Bailey at sas.com
Mon Jan 22 18:30:18 UTC 2007


I did a simple loop, too, and it worked. I forgot to add the 'cr' message (I don't use the Transcript that much lately) and it still worked.

#( 1 2 3 4 5 ) do: [ :each | Transcript show: each. ]

I get '12345' in the Transcript window.

-----Original Message-----
You probably need a cr in to get the output buffer flushed.
vis:
Transcript show: 'Hello world!'; cr.


More information about the Beginners mailing list