Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / HostField Object / Length Property
In This Topic
    Length Property
    In This Topic
    Specifies the length of this field, including field attributes.
    Syntax
    expression.Length As Integer
    where expression is a variable that represents a HostField Object
    Remarks
    To determine the text length, use String.length on the string returned by IbmScreen.GetText(). It returns the number of elements in this field.
    See Also