Syntax
| Result = object.Write(Buffer [, Count])
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Write one or more bytes from the stream. Writing starts at the Position property. Set Position to change the position
RemarksIf the Count parameter is omitted, then this method writes the entire contents of the Buffer parameter. After the data is written the Position is advanced Count bytes.
Error CodesThe Clear method may generate the following error codes (refer to the ErrorConstants topic for a complete list of error codes):
| ||||||||||
See Also
|