InfoConnect for Airlines VBA Guide
Data Property (Macro)
Gets or specifies a string variable that can be used as data during macro execution.
Syntax
Object.Data As String

Property Value

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

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