ResourceStream REALbasic Plugin

ResourceStream.Write Method

Use this method to write data to the stream.

Write(
   Data as String)

Parameters

Data
The data to write to the stream.

Remarks

See Also

ResourceStream Class