Next:
TextCollector-printing
, Previous:
TextCollector class-accessing
, Up:
TextCollector
1.194.2 TextCollector: accessing
cr
Emit a new-line (carriage return) to the Transcript
endEntry
Emit two new-lines. This method is present for compatibility with VisualWorks.
next: anInteger put: anObject
Write anInteger copies of anObject to the Transcript
next: n putAll: aString startingAt: pos
Write aString to the Transcript
nextPut: aCharacter
Emit aCharacter to the Transcript
show: aString
Write aString to the Transcript
showCr: aString
Write aString to the Transcript, followed by a new-line character
showOnNewLine: aString
Write aString to the Transcript, preceded by a new-line character