emaduddeen
Well-known member
- Joined
- May 5, 2010
- Messages
- 171
- Location
- Lowell, MA & Occasionally Indonesia
- Programming Experience
- Beginner
Hi Everyone,
I'm using this for a single value to search for.
Is it possible to search for more then one value such as "APT", "UNIT" ?
If yes please show me an example of how it should be coded.
Thanks.
Truly,
Emad
I'm using this for a single value to search for.
VB.NET:
intPositionOfApartment = InStr(StrConv(pStringToParse, vbUpperCase), "APT")
Is it possible to search for more then one value such as "APT", "UNIT" ?
If yes please show me an example of how it should be coded.
Thanks.
Truly,
Emad