Writes a specified number of bytes to the stream. Data is written in binary format.

[Written := ] OutStream.Write(Variable[, Length])

Parameters

Variable

Contains the data to be written

Length

The number of bytes to be written. In the case of data types other than string, code, and binary, if you specify a length that differs from the size of the variable, an error message is displayed.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also