Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / HostTriggerCharacter Property
In This Topic
HostTriggerCharacter Property
In This Topic
Gets or sets the host trigger character value.
Syntax
expression.HostTriggerCharacter As String
where expression is a variable that represents a Terminal Object
Remarks
Before changing this value, turn on display functions or display controls to verify the actual host prompt character. The default value for UNIX and OpenVMS and ReGIS Graphics emulations is a null, which can be represented as Chr$(NUL).
See Also