what I have tried
fOut = newStringStream("", fmWrite)
but it is obviously wrong
Thanks
Iirc, StringStreams are read-write by default.
readStr also requires an argument for how many characters you want to read, you probably want readAll. Though, StringStreams also have a data field for the content contained within.