hi.
I do want to extract this string "abcdefg" from string
"C:\dir1\dir2\a bcdefg-12345gsd"
Note : the length of the text string "abcdefg" may vary, but the last
character is always "-".
I need only the string "abcdefg" not "-12345gsd"
thanks pjl Denmark
I do want to extract this string "abcdefg" from string
"C:\dir1\dir2\a bcdefg-12345gsd"
Note : the length of the text string "abcdefg" may vary, but the last
character is always "-".
I need only the string "abcdefg" not "-12345gsd"
thanks pjl Denmark
Comment