Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Macro Object / Data Property
In This Topic
    Data Property (Macro)
    In This Topic
    Gets or sets a string variable that can be used as data during macro execution.
    Syntax
    expression.Data As String
    where expression is a variable that represents a Macro Object

    Property Value

    The default value is "". This string can be up to 260 characters long.

    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is longer than the maximum allowed.
    See Also