B
Benway
Hey all,
I have a file name like Eng-Cat-01-01-01.txt. I need to do a loop that
starts stripping the letters from the front of this file name (which
I'll store as a variable) until it reaches the "Cat" part. So I would
have a variable "Cat-01-01-01.txt" that I can use to build up another
string.
Trouble is, I'm lost. Can't figure out how to do this in VB.net. Could
anyone point me in the right direction?
MANY thanks!
cm
I have a file name like Eng-Cat-01-01-01.txt. I need to do a loop that
starts stripping the letters from the front of this file name (which
I'll store as a variable) until it reaches the "Cat" part. So I would
have a variable "Cat-01-01-01.txt" that I can use to build up another
string.
Trouble is, I'm lost. Can't figure out how to do this in VB.net. Could
anyone point me in the right direction?
MANY thanks!
cm