LOTUSSCRIPT/COM/OLE CLASSES


Charset property
Example

Read-only. Character set used by the external data source.

Defined in

NotesStream

Data type

String

Syntax

To get: charset$ = notesStream.Charset

Usage

Specify the character set for a stream with Open.

This property is Unicode for a new NotesStream object.

Language cross-reference

Charset property in Java Stream class

Example