InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / FileTransfer Object / OmitLeadingSpaces Property
In This Topic
OmitLeadingSpaces Property
In This Topic

Gets or sets a value indicating whether to remove blank spaces at the beginning of a line. Blank spaces after the first non-blank character are left as they are.

Syntax
expression.OmitLeadingSpaces As Boolean
where expression is a variable that represents a FileTransfer Object
See Also