ResourceStream REALbasic Plugin

ResourceStream.WritePString Method

Use this method to write a Pascal string to the stream.

WritePString(
   data as String)

Parameters

data
The data to write.

Remarks

See Also

ResourceStream Class