InfoConnect for Unisys VBA Guide
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
Object.BlanksBetweenFields As Long
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException This exception is thrown if the set parameter is outside the range of valid values.
Attachmate.Reflection.SecuredSettingException 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

 

 


2015 Attachmate

Send Feedback