Ato_zee
2003-10-30 07:43:50 UTC
I have strings of form
A Customer (UK)
Another Customer (USA)
and want to strip off the country code that is in parenthesis.
That is remove the left parenthesis and all after it.
I want to do a string comparison on name only, since the country code may be
in one string and not the other.
Can anyone point me towards a method?
Using VB 6.0.
Many thanks for any replies.
A Customer (UK)
Another Customer (USA)
and want to strip off the country code that is in parenthesis.
That is remove the left parenthesis and all after it.
I want to do a string comparison on name only, since the country code may be
in one string and not the other.
Can anyone point me towards a method?
Using VB 6.0.
Many thanks for any replies.