Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

Search by wildcard characters

  • Last UpdatedJul 23, 2024
  • 1 minute read

A wildcard search uses a single keyboard character, which can be interpreted as a number of literal characters or an empty string when you are searching for a string in a script.

Wildcard characters are often used in place of one or more characters when you do not know what the real character is or you do not want to type the entire search string.

Wildcard character

Uses

Asterisk (*)

An asterisk in a search string matches any sequence of characters. Use the asterisk as a substitute for zero or more characters.

Examples

  • Logic*

    Finds Logic1, LogicTest, but not ALogicTest

  • *Test*

    Finds LogicTest1, PumpTestABC, but not LogicTst1

Question mark (?)

A question mark in a search string matches any character at a single position within a search string.

Examples

  • LogicTest?

    Finds LogicTest1, LogicTestA, but not ALogicTest1

  • LogicTest?2

    Finds LogicTest12, but not LogicTest13

TitleResults for “How to create a CRG?”Also Available in