|
It works with the new streams
<code> | stream string | stream := 'test.txt' asFileReference writeStream. 2 timesRepeat: [ stream nextPutAll: Character alphabet; nextPutAll: '123456789' ]. stream close. stream := 'test.txt' asFileReference readStream. stream upTo: $1. string := stream upToAll: '456'. stream close. string = '23' </code>
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|