InfoConnect for Airlines VBA Guide
GetTextFlags Enumeration
Specifies formatting options.
Members
MemberDescription
CommaAppends trailing comma to lines.
CRAppends a trailing CR to lines that don't already have one.
CRLFAppends trailing CRLF to lines.
EOLMaskMask used to select the EOL options.
NoFinalAppendDoes not append selected trailing character to the end of the string.
NoneDon't append anything to lines.
TABAppends trailing TAB to lines.
UnwantedCommaReplaces unwanted characters with commas. Otherwise unwanted characters are replaced with spaces.
UnwantedSkipOmits unwanted characters from the string.
See Also