PRI

Read syntax diagramSkip visual syntax diagram
>>-+-------------------------+---------------------------------><
   '-PRI--=--pluname_pattern-'   

Specifies the pattern used to match the PLU name. It can contain 1–8 characters from the set (A–Z, 0–9, @, $, ?, *). A question mark (?) matches any single letter or digit. An asterisk (*) matches more than one letter or digit, and can be used only as the last character in the string. The pattern can be used to compare names only up to 8 characters in length.

The following information shows some examples:
  • T3?7* matches T3A7, T3B7A, or T3C7ABCD. It does not match T3AA7A.
  • T3*7? is not a valid pattern.
  • T3??7 matches T3AB7 or T3CD7. It does not match T3A7.