n = N Items( x );
For( i = 1, i <= n, i++,
Show( x );
You can use Loc() to locate the items in the new list that are equal to 25:
Loc( x, 25 );