Back to product page

Write method


Writes data to the Blob.

Type

None

Syntax

  • Basic
object.Write DataArray()
The Write(object,DataArray()) syntax has these parts:
objectAn expression evaluating to an object of type Blob
DataArray()Required. An array of Byte values. The Byte array to be saved (SAFEARRAY FAR * for VC users).

Remarks

This is an internal object - YOU SHOULD NOT USE IT DIRECTLY, unless you are 100% sure of what you're doing.

The Write method saves a byte array locally.

Platforms

Windows