I need something like an "endswith" (opposite of "startswith"
to parse out list names with a "z" or "Z" at the end, hopefully under Record Selection.
My lists (for example)
Ln11p
ln11p (yes lower case "L" on this one)
Lq11z
lq11Z
x111w4
s223zq
I want to be able to pull the lists ends with with "z" or "Z". I have tried doing like statements with wildcards but no dice, I can't get them to work.
Thanks for the help!!
My lists (for example)
Ln11p
ln11p (yes lower case "L" on this one)
Lq11z
lq11Z
x111w4
s223zq
I want to be able to pull the lists ends with with "z" or "Z". I have tried doing like statements with wildcards but no dice, I can't get them to work.
Thanks for the help!!