User's Manual

Table Of Contents
49
ID filter example 2
This example demonstrates the use of the
CONTAINS and REPLACE commands.
Problem
Item IDs in the library system have changed
format. The meaning of character A has
changed.
If character A is found, it must be
changed to a Z.
Solution
The CONTAINS command selects only
those ID codes with the A character in
position 5.
The REPLACE command changes A to
Z.
Example 2