S
shane
I have gone over allot of the samples and documentation on the internet on
strings. I am not seeing a good example of a function or sub to remove all
characters to right or left of a given character. The ones I see I don't
know how to implement.
I want to take the following
c:\temp\otherTemp
c:\temp\2ndTemp
and just returns from what follow after the last"\"
otherTemp
2ndTemp
I see the String.TrimStart Method...but i cant figure out how to implement
it.
thanks
strings. I am not seeing a good example of a function or sub to remove all
characters to right or left of a given character. The ones I see I don't
know how to implement.
I want to take the following
c:\temp\otherTemp
c:\temp\2ndTemp
and just returns from what follow after the last"\"
otherTemp
2ndTemp
I see the String.TrimStart Method...but i cant figure out how to implement
it.
thanks