.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Bytes property
Example

Read-only. The size of the stream in bytes.

Defined in

NotesStream

Data type

Long

Syntax

To get: bytes& = notesStream.Bytes

Usage

This property is 0 for a new stream.

Open sets this property to:


Write and WriteText increment this property by the number of bytes written to the stream.

The size excludes any detected Unicode signatures or byte order marks.

Language cross-reference

Bytes property in Java Stream class

Example