InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / HostCodePage Property
HostCodePage Property
Gets or sets the character set that InfoConnect uses for character translations.
Syntax
expression.HostCodePage As HostCodePageOption
where expression is a variable that represents a IbmTerminal Object

Property Value

A HostCodePageOption enumeration value.
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
The default is USEnglish.
See Also