G
Guest
I have an array of directory strings that I need to cut out just the three
characters located here in this spot "___" in this set of strings. The stuff
before "___" can vary in length but the stuff after the "___" is always the
same length. How is the best way to cut off the stuff before and after and
just leave the "___"??
eg.
C://Directory/___same.txt
C://Directory/___same.txt
C://Directory/___same.txt
C://Directory/___same.txt
THanks!
Bob
characters located here in this spot "___" in this set of strings. The stuff
before "___" can vary in length but the stuff after the "___" is always the
same length. How is the best way to cut off the stuff before and after and
just leave the "___"??
eg.
C://Directory/___same.txt
C://Directory/___same.txt
C://Directory/___same.txt
C://Directory/___same.txt
THanks!
Bob