L
Laura
Greetings,
I'd like to look at a string variable and find out if it ends with a number
(1 through 9). I know how to use the instr function to look for a sub
string, but is there a way to use it (or anything else) to find out if the
last character in the string is ANY number?
I know with the find/replace feature you can turn on "use wildcards" and
then put the acceptable characters in brackets [123456789} and it will look
for any one of them. I'd like to do this with the INSTR function.
THANKS!
I'd like to look at a string variable and find out if it ends with a number
(1 through 9). I know how to use the instr function to look for a sub
string, but is there a way to use it (or anything else) to find out if the
last character in the string is ANY number?
I know with the find/replace feature you can turn on "use wildcards" and
then put the acceptable characters in brackets [123456789} and it will look
for any one of them. I'd like to do this with the INSTR function.
THANKS!