InfoConnect for Airlines VBA Guide
TextComparisonOption Enumeration
Defines options that indicate how text is compared against the text on the host screen.
Members
MemberDescription
IgnoreCasePerforms a case-insensitive text comparison.
MatchCasePerforms a case-sensitive text comparison.
RegularExpressionCompares text using a regular expression.
See Also