Re: Search for text
- From: Nikos Yannacopoulos <nyannacoREMOVETHISBIT@xxxxx>
- Date: Tue, 02 Aug 2005 15:55:26 +0300
Try function InStr(), something like:
InStr(1, "str_sometext", "building")
The first argument (integer) tells the function to start looking from the first character in "str_sometext". If "building" is indeed found in "str_sometext" the function returns the position where it starts, otherwise it returns 0.
HTH, Nikos .
- References:
- Search for text
- From: T
- Search for text
- Prev by Date: Search for text
- Next by Date: Where to start?
- Previous by thread: Search for text
- Next by thread: Where to start?
- Index(es):