InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / TextComparisonOption Enumeration
In This Topic
    TextComparisonOption Enumeration
    In This Topic
    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.
    NoneUndefined value
    RegularExpressionCompares text using a regular expression.
    where expression is a variable that represents an
    See Also