Programming with Reflection
DeleteTrailingSpaces property
Syntax |
object.DeleteTrailingSpaces |
Works with |
|
Data type |
This property returns (first syntax line) or specifies (second syntax line) how Reflection handles trailing spaces during ASCII file transfers. Most text processing programs use delimited lines and paragraphs, and thus do not need blanks preceding a delimiter. Deleting trailing spaces during a file transfer can save a great deal of disk space.
This property is relevant during ASCII file transfers from the host and for logging or copying to disk.
The default value is True.