K
Keith Kowalski
I am passing in a string of varied length
Example1: mil2345_23.lst
Example2: mil23456_1.lst
Example3: mil5567_1234.lst
What I need is to parse out all text after the _ (underscore) and before the
..)
From example 1 I need "23" returned
From example2 I need "1" Returned
From Example3 I need "12345" returned
I was think that MID$ would work but I am not sure how to do this.
Thanks in advance for all your help
Example1: mil2345_23.lst
Example2: mil23456_1.lst
Example3: mil5567_1234.lst
What I need is to parse out all text after the _ (underscore) and before the
..)
From example 1 I need "23" returned
From example2 I need "1" Returned
From Example3 I need "12345" returned
I was think that MID$ would work but I am not sure how to do this.
Thanks in advance for all your help