InfoConnect for Unisys VBA Guide
Length Property (HostField)
Specifies the length of this field, including field attributes.
Syntax
Object.Length As Long
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.
Example
Dim host As HostField
Dim FieldLength As Long = host.Length
See Also

 

 


2015 Attachmate

Send Feedback