Back to product page
Write method
Writes data to the Blob.
Type
NoneSyntax
- Basic
object.Write DataArray()
The Write(object,DataArray()) syntax has these parts:
The Write(object,DataArray()) syntax has these parts:
object | An 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.