wwFileStream.Write
Writes a string to the stream buffer.
o.Write(lcContent)
nothing
Parameters
lcContent
A string that is written into the stream. Note you can also write binary data from FILETOSTR()
for example.
Writes a string to the stream buffer.
o.Write(lcContent)
nothing
lcContent
A string that is written into the stream. Note you can also write binary data from FILETOSTR()
for example.