InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / ToString Method
In This Topic
    ToString Method (HostField)
    In This Topic
    Sets the field text to the specified value.
    Syntax
    expression.ToString() As String
    where expression is a variable that represents a HostField Object
    Remarks
    Replaces characters up to the field length or the string length, whichever is lesser. If the string is shorter than the field, the remaining characters are padded with Unicode null.
    See Also