LOTUSSCRIPT/COM/OLE CLASSES
Deletes the contents of a stream.
Defined in
NotesStream
Syntax
Call notesStream.Truncate
Usage
This method raises an error if the stream is read-only. See IsReadOnly.
When a stream is truncated, property values are:
Language cross-reference
truncate method in Java Stream class
Example