Hey Guys,
I have two strings strFullName (Bobby John)and strFirstName (Bobby). I
need to search strFullName for the existance of strFirstName. When I
try to use the following code I never get a match because the two
strings are not identical; Answer = StrComp(strFirstName, strFullName).
Is there a way to perform a partial search for the existance of "Bobby"
within "Bobby John"?
--
ceal21c
------------------------------------------------------------------------
Posted via
http://www.codecomments.com
------------------------------------------------------------------------
Archived from group: microsoft>public>vb>syntax