Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / BlanksBetweenFields Property
BlanksBetweenFields Property
Gets or specifies the number of blank spaces in a row between columns of data in order for the data to be tab-delimited.
Syntax
expression.BlanksBetweenFields As Integer
where expression is a variable that represents a IbmScreen Object
Exceptions
ExceptionDescription
This exception is thrown if the set parameter is outside the range of valid values.
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
This setting works in conjunction with the UseTableFormat property to determine where columns exist in tab-delimited information on the Clipboard. The default value is 2. The range of values is 1 to 16.
See Also