InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / IbmCharInsertionOption Property
In This Topic
    IbmCharInsertionOption Property
    In This Topic
    Gets or sets how character insertion is handled during IBM 3151 terminal sessions (TerminalType = IBM3151).
    Syntax
    expression.IbmCharInsertionOption As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is true, a character insertion forces a character off a row (or off the end of the screen if Autowrap is on) unless a null character can be deleted to accommodate the insertion.
    See Also