home *** CD-ROM | disk | FTP | other *** search
- \ SEARCH.HLP Some string search and replace routines.
-
-
- FOUND ( --- a1 )
- Result variable, tells if we succeeded in finding what we
- were looking for.
-
- SCAN-1ST ( a n c -- a n )
- Scan for the first occurance of the first character of the
- string we are searching for.
-
- SEARCH ( sadr slen badr blen -- n f )
- Search for string sadr,slen contained in badr,blen. Returns
- f1 equal true if found, and n1 equal to the offset into the
- string where sadr,slen was found.
-