"Chris Uppal" <
[hidden email]> wrote in message
news:
[hidden email]...
> I wrote:
> >
> > stm do: [:c |
> > c == lf
> > ifTrue: [target nextPut: cr; nextPutAll: eol]
> > ifFalse: ...
>
> Sorry, that should have read:
>
> stm do: [:c |
> c == lf
> ifTrue: [target nextPutAll: eol]
> ifFalse: ...
>
> -- chris
Thanks Chris, defect 249.
Regards
Blair