Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Write method

Writes bytes to a stream.

Defined in

NotesStream

Syntax

bytes& = notesStream.Write( buffer )

Parameters

buffer

Variant array. The bytes to write, to a maximum of 65535.

Return value

bytes&

Long. The number of bytes written.

Usage

This method appends the bytes to the end of the stream.

This method raises an error if the stream is read-only. See IsReadOnly.

When a stream is written, property values are:

Language cross-reference

write method in Java Stream class

See examples

Examples: Write method




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009